Explorar el Código

[FC]切换到正式服

fengcong hace 4 años
padre
commit
b15dc00a22
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = 0;
+    public serverType: number = 1;
 
     public getServerUrl(): string {
         switch (this.serverType) {