diff --git a/CrazyCar/Assets/Scripts/Utility/Util.cs b/CrazyCar/Assets/Scripts/Utility/Util.cs index b54940519..344cc1212 100644 --- a/CrazyCar/Assets/Scripts/Utility/Util.cs +++ b/CrazyCar/Assets/Scripts/Utility/Util.cs @@ -66,7 +66,7 @@ public static string GetServerHost(ServerType serverType) { case ServerType.Local: return "127.0.0.1"; case ServerType.Remote: - return "139.9.103.145"; + return "tastsong.xyz"; case ServerType.TestServer: return "tastsong.top"; default: