1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix #9762: Update network logic also from title screen (#9773)

This commit is contained in:
ζeh Matt
2019-08-08 17:49:30 +02:00
committed by Ted John
parent 7fd4fd0c2a
commit df4e412826

View File

@@ -228,6 +228,8 @@ void GameState::UpdateLogic()
GetContext()->GetReplayManager()->Update();
network_update();
if (network_get_mode() == NETWORK_MODE_SERVER)
{
if (network_gamestate_snapshots_enabled())