Explorar el Código

切回正式服务器

lvjincheng hace 3 años
padre
commit
ad1d443bde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Assets/BowArrow/Scripts/CommonConfig.cs

+ 1 - 1
Assets/BowArrow/Scripts/CommonConfig.cs

@@ -39,7 +39,7 @@ public class CommonConfig
     public static float arrowWeight = 75; 
 
     public enum ServerType {LocalTest, Produce};
-    private static ServerType serverType = ServerType.LocalTest;
+    private static ServerType serverType = ServerType.Produce;
     //网关服务器访问地址
     public static string gateServerURL {
         get {