mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Resolves #10601 - Defeated (no units/cities) hotseat multiplayer no longer appears for turns ("player X ready")
This commit is contained in:
@ -365,8 +365,8 @@ class GameInfo : IsPartOfGameInfoSerialization, HasGameInfoSerializationVersion
|
|||||||
// We process player automatically if:
|
// We process player automatically if:
|
||||||
while (isSimulation() || // simulation is active
|
while (isSimulation() || // simulation is active
|
||||||
player.isAI() || // or player is AI
|
player.isAI() || // or player is AI
|
||||||
isOnline && (player.isDefeated() || // or player is online defeated
|
player.isDefeated() ||
|
||||||
player.isSpectator())) // or player is online spectator
|
isOnline && player.isSpectator()) // or player is online spectator
|
||||||
{
|
{
|
||||||
|
|
||||||
// Starting preparations
|
// Starting preparations
|
||||||
|
Reference in New Issue
Block a user