diff --git a/mapvote.js b/mapvote.js index 6007cbd..0357af6 100644 --- a/mapvote.js +++ b/mapvote.js @@ -262,7 +262,6 @@ layer } async mount() { - await this.updateLayerList(); this.restorePersistentData(); this.server.on('NEW_GAME', this.onNewGame); this.server.on('CHAT_MESSAGE', this.onChatMessage);