From 1b39055b3b88f2989be408676940391758796d57 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 da74059..eaad41e 100644 --- a/mapvote.js +++ b/mapvote.js @@ -257,7 +257,6 @@ layer } async mount() { - await this.updateLayerList(); this.restorePersistentData(); this.server.on('NEW_GAME', this.onNewGame); this.server.on('CHAT_MESSAGE', this.onChatMessage);