This commit is contained in:
Dragon Fire
2021-01-30 12:25:38 -05:00
parent 220b4e8de3
commit 384b57b50f
+1 -1
View File
@@ -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 {