From 384b57b50fa4699b71e22f7673a52df557cf0614 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sat, 30 Jan 2021 12:25:38 -0500 Subject: [PATCH] Fix lint --- commands/games-mp/nim.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {