Fix broken SP persisted settings

The MP ones were always used instead.

Differential Revision: https://code.wildfiregames.com/D4038
This was SVN commit r25618.
This commit is contained in:
wraitii 2021-05-31 16:27:50 +00:00
parent 3d20791837
commit b86b4d352e

View file

@ -7,7 +7,7 @@ class GameSettingsController
{
this.setupWindow = setupWindow;
this.mapCache = mapCache;
this.persistentMatchSettings = new PersistentMatchSettings(this);
this.persistentMatchSettings = new PersistentMatchSettings(g_IsNetworked);
this.guiData = new GameSettingsGuiData();