diff --git a/modules/practice/configure.go b/modules/practice/configure.go index ae40284b5..b83b28075 100644 --- a/modules/practice/configure.go +++ b/modules/practice/configure.go @@ -80,7 +80,7 @@ func (this *configureComp) getGamePandamasJs() (configure []*cfg.GamePandamasJsD var ( v interface{} ) - if v, err = this.GetConfigure(game_pandamasjx); err != nil { + if v, err = this.GetConfigure(game_pandamasjs); err != nil { this.module.Errorln(err) return } else {