diff --git a/commands/games-mp/nim.js b/commands/games-mp/nim.js index 6d58eac5..ea7a48b7 100644 --- a/commands/games-mp/nim.js +++ b/commands/games-mp/nim.js @@ -114,7 +114,7 @@ module.exports = class NimCommand extends Command { time: 60000 }); if (!rowTurn.size) { - if (lastTurnTimeout) { + if (lastTurnTimeout) { // eslint-disable-line max-depth winner = 'time'; break; } else {