Maybe fix a pvp thing

This commit is contained in:
JappaWakka 2023-06-11 20:37:19 +02:00
parent 2e0966dd04
commit a69f5b3f49
1 changed files with 1 additions and 1 deletions

View File

@ -8093,7 +8093,7 @@
End If
End If
If Core.Player.BattleStyle = 1 Then
If Core.Player.BattleStyle = 1 AndAlso BattleScreen.IsPVPBattle = False Then
BattleScreen.HasSwitchedOwn = False
StartRound(BattleScreen)
End If