Maybe fix a pvp thing
This commit is contained in:
parent
2e0966dd04
commit
a69f5b3f49
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue