diff --git a/src/phases/command-phase.ts b/src/phases/command-phase.ts index e1f08f5522b..b1780123197 100644 --- a/src/phases/command-phase.ts +++ b/src/phases/command-phase.ts @@ -81,7 +81,7 @@ export class CommandPhase extends FieldPhase { moveQueue.shift(); } - if (moveQueue.length !== 0) { + if (moveQueue.length > 0) { const queuedMove = moveQueue[0]; if (!queuedMove.move) { this.handleCommand(Command.FIGHT, -1);