diff --git a/core/src/com/unciv/logic/GameInfo.kt b/core/src/com/unciv/logic/GameInfo.kt index 2a848491e5..30c535ae34 100644 --- a/core/src/com/unciv/logic/GameInfo.kt +++ b/core/src/com/unciv/logic/GameInfo.kt @@ -365,8 +365,8 @@ class GameInfo : IsPartOfGameInfoSerialization, HasGameInfoSerializationVersion // We process player automatically if: while (isSimulation() || // simulation is active player.isAI() || // or player is AI - isOnline && (player.isDefeated() || // or player is online defeated - player.isSpectator())) // or player is online spectator + player.isDefeated() || + isOnline && player.isSpectator()) // or player is online spectator { // Starting preparations