diff --git a/modules/practice/configure.go b/modules/practice/configure.go index 0259729c5..c5b974202 100644 --- a/modules/practice/configure.go +++ b/modules/practice/configure.go @@ -12,7 +12,6 @@ import ( const ( game_pandamasmz = "game_pandamasmz.json" - pandamas_js = "pandamas_js.json" game_pandamasjs = "game_pandamasjs.json" game_pandamasjx = "game_pandamasjx.json" game_pandamasyxjx = "game_pandamasyxjx.json" @@ -33,7 +32,6 @@ func (this *configureComp) Init(service core.IService, module core.IModule, comp this.MCompConfigure.Init(service, module, comp, options) this.module = module.(*Practice) this.LoadConfigure(game_pandamasmz, cfg.NewGamePandamasMz) - this.LoadConfigure(pandamas_js, cfg.NewGamePandamasJs) this.LoadConfigure(game_pandamasjs, cfg.NewGamePandamasJs) this.LoadConfigure(game_pandamasjx, cfg.NewGamePandamasJx) this.LoadConfigure(game_pandamasyxjx, cfg.NewGamePandamasYxjx)