update mapvote

This commit is contained in:
Skillet 2023-04-26 07:30:04 -04:00
parent 3ed103cdf1
commit dd9e24aa02

View File

@ -262,7 +262,6 @@ layer
} }
async mount() { async mount() {
await this.updateLayerList();
this.restorePersistentData(); this.restorePersistentData();
this.server.on('NEW_GAME', this.onNewGame); this.server.on('NEW_GAME', this.onNewGame);
this.server.on('CHAT_MESSAGE', this.onChatMessage); this.server.on('CHAT_MESSAGE', this.onChatMessage);