update mapvote

This commit is contained in:
Skillet 2023-04-26 07:30:04 -04:00
parent 832ebf4f70
commit 1b39055b3b

View File

@ -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);