From 614ba545b03a6485524920f85d537a12952a4869 Mon Sep 17 00:00:00 2001 From: Le Duc Anh Date: Wed, 14 Jan 2026 14:08:15 +0700 Subject: [PATCH] switch to 3CGame server --- Assets/PerfectWorld/Scripts/UI/Login/LoginScreenUI.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();