Much better camera support for FKB

This commit is contained in:
2021-07-11 20:58:19 +00:00
parent 87e939c6cb
commit 2ba8977118
7 changed files with 33 additions and 8 deletions

View File

@@ -129,7 +129,7 @@ class BrowserMod extends ext(BrowserModConnection, [
if (msg.name) {
this.entity_id = msg.name.toLowerCase();
}
if (msg.camera) {
if (msg.camera && !this.isFully) {
this.setup_camera();
}
this.config = { ...this.config, ...msg };