修改bug

This commit is contained in:
2026-05-25 18:11:31 +08:00
parent 9d2c0487d0
commit aeb19e7879
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -343,7 +343,7 @@ namespace ChillConnect
name = GetPlayerInviteCode();
}
name ??= "ChillConnect";
name ??= "Captain";
return name;
@@ -107,7 +107,7 @@ namespace ChillConnect
ui.btn_privacy.SetClick(() => { UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PrivacyUI_Open, 0); });
ui.btn_terms.SetClick(() => { UICtrlDispatcher.Instance.Dispatch(UICtrlMsg.PrivacyUI_Open, 1); });
ui.btn_official.SetClick(() => { OpenBrowser.OpenURL("https://reddhotcompangost.com"); });
ui.btn_official.SetClick(() => { OpenBrowser.OpenURL("http://captainsroll.com/"); });
ui.btn_us.SetClick(() => { GameHelper.OpenEmail(); });