summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/GameOptionsMenu.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/GameOptionsMenu.cs')
-rw-r--r--Client/Assembly-CSharp/GameOptionsMenu.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/GameOptionsMenu.cs b/Client/Assembly-CSharp/GameOptionsMenu.cs
index 1c44375..b7d9d70 100644
--- a/Client/Assembly-CSharp/GameOptionsMenu.cs
+++ b/Client/Assembly-CSharp/GameOptionsMenu.cs
@@ -128,6 +128,7 @@ public class GameOptionsMenu : MonoBehaviour
{
return;
}
+ //c
localPlayer.RpcSyncSettings(PlayerControl.GameOptions);
}
}