switch to 3CGame server

This commit is contained in:
Le Duc Anh
2026-01-14 14:08:15 +07:00
parent 4d1cf5703d
commit 614ba545b0
@@ -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();