This commit is contained in:
Dragon Fire
2020-06-11 18:01:21 -04:00
parent bfc570152b
commit 2622960c19
+1 -1
View File
@@ -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`