mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-10 15:27:27 +07:00
Resolves #10601 - Defeated (no units/cities) hotseat multiplayer no longer appears for turns ("player X ready")
This commit is contained in:
parent
c3216e96eb
commit
e872f5ade4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user