Explorar el Código

修复一个错误复制问题

zouyong hace 5 años
padre
commit
8bf71b672e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      assets/script/game/data/GameData.ts

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

@@ -66,7 +66,7 @@ export class GameData {
 
     private initConfigs(data){
         this.configs = data;
-        this.funOpenData = this.configs.ServerConfig.ServerConfig.split(",");
+        this.funOpenData = this.configs.ServerConfig.Functionswitch.split(",");
     }
 
     /**