소스 검색

切回正式服务器

lvjincheng 3 년 전
부모
커밋
ad1d443bde
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {