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) {