mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 08:19:08 +02:00
Fix
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user