wuwangdong 4 anni fa
parent
commit
bb5f67aff8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      assets/script/game/data/HttpData.ts

+ 1 - 1
assets/script/game/data/HttpData.ts

@@ -5,7 +5,7 @@
 export class HttpData {
 
     /** 服务器类型 0测试服 1正式服 2李扬服 3悍国服 */
-    public serverType: number = 1;
+    public serverType: number = 0;
 
     public getServerUrl(): string {
         switch (this.serverType) {