diff --git a/Assets/ChillConnect/Helper/GameHelper.cs b/Assets/ChillConnect/Helper/GameHelper.cs index 300d1c0..d04ddc3 100644 --- a/Assets/ChillConnect/Helper/GameHelper.cs +++ b/Assets/ChillConnect/Helper/GameHelper.cs @@ -343,7 +343,7 @@ namespace ChillConnect name = GetPlayerInviteCode(); } - name ??= "ChillConnect"; + name ??= "Captain"; return name; diff --git a/Assets/Resources/ChillConnectAssets/FGUI/Login_05_fui.bytes b/Assets/Resources/ChillConnectAssets/FGUI/Login_05_fui.bytes index 7d7d882..a2bea70 100644 Binary files a/Assets/Resources/ChillConnectAssets/FGUI/Login_05_fui.bytes and b/Assets/Resources/ChillConnectAssets/FGUI/Login_05_fui.bytes differ diff --git a/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs b/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs index d77ae97..6b97374 100644 --- a/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs +++ b/Assets/Scripts/ModuleUI/PersonView/PersonViewUI.cs @@ -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(); });