From 3698f7428061750366e27c8312c6b56250ba9db8 Mon Sep 17 00:00:00 2001 From: Skillet Date: Fri, 28 Jul 2023 18:34:45 -0400 Subject: [PATCH] Update mapvote.js --- mapvote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapvote.js b/mapvote.js index ab51e71..eb835b0 100644 --- a/mapvote.js +++ b/mapvote.js @@ -410,7 +410,7 @@ export default class MapVote extends DiscordBasePlugin { if (+(new Date()) - +this.server.layerHistory[0].time > 30 * 1000) { const filterMaps = this.layerfilterCorrectLayers(Layers.layers); const seedingMaps = filterMaps.filter(l => l.gamemode.toLowerCase() === this.options.seedingGameMode); - this.verbose(1, "Seeding Maps Found:" seedingMaps); + this.verbose(1, "Seeding Maps Found:" + seedingMaps); const rndMap = randomElement(seedingMaps); if (this.server.currentLayer) {