From a30d54f0db150217905d281c8350e79da694d109 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 2 Mar 2023 18:17:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/practice/configure.go | 2 -- 1 file changed, 2 deletions(-) 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)