diff --git a/P3D/Battle/BattleSystemV2/Battle.vb b/P3D/Battle/BattleSystemV2/Battle.vb index 7d2d867a8..8d70d3a80 100644 --- a/P3D/Battle/BattleSystemV2/Battle.vb +++ b/P3D/Battle/BattleSystemV2/Battle.vb @@ -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