Files
OpenFrontIO/src/client
evanpelle cb9cab9aca Keep static spawn timer for singleplayer games
PR #4198 made the spawn-phase timer count down numSpawnPhaseTurns(), but
singleplayer never adds SpawnTimerExecution (GameRunner.ts), so its spawn
phase doesn't end on a timer — it ends when the player spawns. The
countdown would tick to 0 at ~10s while the phase kept going.

In GameRightSidebar.tick(), restore the old static display (maxTimerValue
* 60, or 0 when unset) during spawn phase for Singleplayer games, leaving
the countdown for all other game types. Uses an explicit gameType check
rather than _isSinglePlayer so replays of multiplayer games still count
down.
2026-06-09 19:22:11 -07:00
..
2026-05-23 16:16:16 +01:00
2026-03-23 17:09:18 -07:00
2026-06-03 14:25:55 -07:00
2026-05-22 22:30:16 +01:00
2026-06-03 14:25:55 -07:00
2026-05-23 16:16:16 +01:00
2026-03-17 15:55:47 -07:00
2026-06-06 18:29:16 -07:00
2026-06-06 18:29:16 -07:00
2025-09-09 14:37:06 -07:00