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
1 changed files with 2 additions and 0 deletions

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())