From 57af8880fc842f3587b9824974d5bde5a493bb3b Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Wed, 23 Nov 2022 18:22:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/comp_configure.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/comp_configure.go b/modules/comp_configure.go index 23c230fc7..899e56fd7 100644 --- a/modules/comp_configure.go +++ b/modules/comp_configure.go @@ -51,8 +51,7 @@ func (this *MCompConfigure) Init(service core.IService, module core.IModule, com this._sign = make(map[int32]*cfg.GameSignData, 0) configure.RegisterConfigure(game_drop, cfg.NewGameDrop, this.LoadDropData) configure.RegisterConfigure(game_sign, cfg.NewGameSign, this.LoadSignData) - _da, err := this.GetItemConfigureData("10009") - fmt.Printf("%v\n", _da) + return } func (this *MCompConfigure) LoadConfigure(name string, fn interface{}) (err error) {