Fix opponent switching errors bug

This commit is contained in:
JappaWakka 2023-02-02 11:19:51 +01:00
parent 4d1899037b
commit 628f379a28
1 changed files with 1 additions and 1 deletions

View File

@ -5381,7 +5381,7 @@
BattleScreen.BattleQuery.AddRange({cq1, cq2})
If BattleScreen.OppFaint = False Then
If BattleScreen.OppFaint = False AndAlso OppStep.StepType <> RoundConst.StepTypes.Switch Then
StartRound(BattleScreen)
End If
BattleScreen.ClearMainMenuTime = True