Removed comment

This commit is contained in:
0zuzu 2024-05-16 22:44:52 +01:00
parent 31b5f28d3d
commit a950baf4ee

View File

@ -2335,7 +2335,6 @@ export class MovePhase extends BattlePhase {
return this.end();
}
// Display move text as long as it wasn't cancelled
if (this.move.moveId && !this.cancelled)
this.showMoveText();
if (this.failed)