diff options
author | chai <chaifix@163.com> | 2021-01-01 09:44:26 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-01-01 09:44:26 +0800 |
commit | be6caf20c319f55fe6fa5d918859af39991a899f (patch) | |
tree | 795cbdfd4eea3c442f5578ff0538ad63dfae0725 /Client/Assembly-CSharp/GameOptionsMenu.cs | |
parent | e9ea621b93fbb58d9edfca8375918791637bbd52 (diff) |
*网络
Diffstat (limited to 'Client/Assembly-CSharp/GameOptionsMenu.cs')
-rw-r--r-- | Client/Assembly-CSharp/GameOptionsMenu.cs | 1 |
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); } } |