diff --git a/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs b/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs index 6eb4e68544..21660714c3 100644 --- a/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs +++ b/Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs @@ -72,8 +72,8 @@ namespace BrewMonster.UI BMLogger.Log("OnLoginButtonClicked"); string username = _usernameInputField.text; string password = _passwordInputField.text; - UnityGameSession.SetConnectionInfo("103.182.22.52", 29000); - //UnityGameSession.SetConnectionInfo("192.168.1.132", 29000); + // UnityGameSession.SetConnectionInfo("103.182.22.52", 29000); + UnityGameSession.SetConnectionInfo("103.51.120.195", 29000); PlayerPrefs.SetString("username", username); PlayerPrefs.SetString("password", password); PlayerPrefs.Save();