guodong 3 жил өмнө
parent
commit
786239c69b

+ 2 - 2
GameClient/Assets/Game/HotUpdate/ETCodes/Hotfix/App/ConstValue.cs

@@ -2,7 +2,7 @@
 {
 {
     public static class ConstValue
     public static class ConstValue
     {
     {
-        //public const string LoginAddress = "10.108.64.190:10005";
-          public const string LoginAddress = "127.0.0.1:10005";
+        public const string LoginAddress = "10.108.64.190:10005";
+        //public const string LoginAddress = "127.0.0.1:10005";
     }
     }
 }
 }