summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/GameOptionsMenu.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-01-02 15:19:37 +0800
committerchai <chaifix@163.com>2021-01-02 15:19:37 +0800
commit89d302af2b9f84befd7497e52f1d72162721cd70 (patch)
tree09d3c7b55dbe8c9722cf8f9273ebbc9e9ed3ecd1 /Client/Assembly-CSharp/GameOptionsMenu.cs
parent59755580acab0de7bfc88482b6a515b546d45cd7 (diff)
*网络
Diffstat (limited to 'Client/Assembly-CSharp/GameOptionsMenu.cs')
-rw-r--r--Client/Assembly-CSharp/GameOptionsMenu.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Client/Assembly-CSharp/GameOptionsMenu.cs b/Client/Assembly-CSharp/GameOptionsMenu.cs
index b7d9d70..d6355a7 100644
--- a/Client/Assembly-CSharp/GameOptionsMenu.cs
+++ b/Client/Assembly-CSharp/GameOptionsMenu.cs
@@ -128,7 +128,7 @@ public class GameOptionsMenu : MonoBehaviour
{
return;
}
- //c
+ //c 同步游戏配置
localPlayer.RpcSyncSettings(PlayerControl.GameOptions);
}
}