修改bug
This commit is contained in:
@@ -343,7 +343,7 @@ namespace ChillConnect
|
||||
name = GetPlayerInviteCode();
|
||||
}
|
||||
|
||||
name ??= "ChillConnect";
|
||||
name ??= "Captain";
|
||||
|
||||
|
||||
return name;
|
||||
|
||||
Binary file not shown.
@@ -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(); });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user