From 3ed103cdf131a0e5d0a87686c19b998dd8af40a4 Mon Sep 17 00:00:00 2001 From: Skillet Date: Wed, 26 Apr 2023 07:22:10 -0400 Subject: [PATCH] update mapvote --- mapvote.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mapvote.js b/mapvote.js index 661f97c..6007cbd 100644 --- a/mapvote.js +++ b/mapvote.js @@ -250,7 +250,6 @@ layer this.endVotingGently = this.endVotingGently.bind(this); this.formatChoice = this.formatChoice.bind(this); this.updateNextMap = this.updateNextMap.bind(this); - this.mapLayer = this.mapLayer.bind(this); this.broadcast = async (msg) => { await this.server.rcon.broadcast(msg);