From 2622960c190da6dabba312052dfc972b6ca1e90f Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 11 Jun 2020 18:01:21 -0400 Subject: [PATCH] Fix --- commands/games-mp/island.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-mp/island.js b/commands/games-mp/island.js index 565f7cfa..f38d57de 100644 --- a/commands/games-mp/island.js +++ b/commands/games-mp/island.js @@ -44,7 +44,7 @@ module.exports = class IslandCommand extends Command { }); } let lastTurnTimeout = false; - const playersLeft = new Set(...players.map(p => p.id)); + const playersLeft = new Set(players.map(p => p.id)); while (playersLeft.size > 2) { ++turn; await msg.say(stripIndents`