From dd9e24aa02585fbc38209384c2b809242b37a54c Mon Sep 17 00:00:00 2001 From: Skillet Date: Wed, 26 Apr 2023 07:30:04 -0400 Subject: [PATCH] update mapvote --- mapvote.js | 1 - 1 file changed, 1 deletion(-) 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);