Fork sync

This commit is contained in:
SBado
2020-10-28 09:26:37 +01:00
7 changed files with 44 additions and 11 deletions

View File

@@ -95,6 +95,7 @@ class BrowserMod extends ext(BrowserModConnection, [
if(msg.camera) {
this.setup_camera();
}
this.config = {...this.config, ...msg};
}
this.player_update();
this.fully_update();