Skip to content

Commit 5633336

Browse files
committed
Revert "Fix side condition visual glitch in replays (#2269)"
This reverts commit a711bf7. Was accidentally merged
1 parent 22cf001 commit 5633336

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: play.pokemonshowdown.com/src/battle.ts

-1
Original file line numberDiff line numberDiff line change
@@ -3864,7 +3864,6 @@ export class Battle {
38643864
if (turn === 0) {
38653865
this.seeking = null;
38663866
this.resetStep();
3867-
this.scene.resetSideConditions();
38683867
this.scene.animationOn();
38693868
if (this.paused) this.subscription?.('paused');
38703869
return;

0 commit comments

Comments
 (0)