From 1ede1a934e102fe18d5e0243842ba31bcef35075 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Wed, 15 Mar 2023 10:00:59 +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, 1 insertion(+), 1 deletion(-) 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 {