Skip to content

Commit

Permalink
Fixes that the extendconfig writes back when running as the server
Browse files Browse the repository at this point in the history
  • Loading branch information
luponix committed Mar 18, 2024
1 parent 7420249 commit 7955957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameMod/ExtendedConfig.cs
Expand Up @@ -194,7 +194,7 @@ internal class ExtendedConfig_Controls_SaveControlData
public static void Postfix()
{
//uConsole.Log("ExtendedConfig_Controls_SaveControlData");
if (Network.isServer)
if (GameplayManager.IsDedicatedServer())
{
Debug.Log("ExtendedConfig_Controls_SaveControlData called on the server");
return;
Expand Down

0 comments on commit 7955957

Please sign in to comment.