summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/GameOptionsMenu.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-01-01 09:44:26 +0800
committerchai <chaifix@163.com>2021-01-01 09:44:26 +0800
commitbe6caf20c319f55fe6fa5d918859af39991a899f (patch)
tree795cbdfd4eea3c442f5578ff0538ad63dfae0725 /Client/Assembly-CSharp/GameOptionsMenu.cs
parente9ea621b93fbb58d9edfca8375918791637bbd52 (diff)
*网络
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);
}
}