From f1daed8f9a9647ff0ebabd5e2a0262416886b8e7 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Thu, 15 Dec 2022 19:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E4=B9=8B=E7=A7=98=E7=B1=8D=E8=BF=94?= =?UTF-8?q?=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/gm/module.go | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gm/module.go b/modules/gm/module.go index 36662a9ab..ec550b548 100644 --- a/modules/gm/module.go +++ b/modules/gm/module.go @@ -209,6 +209,7 @@ func (this *GM) CreateCmd(session comm.IUserSession, cmd string) (code pb.ErrorC module1.(comm.IMoonFantasy).TriggerMF(session, datas[1]) code = pb.ErrorCode_Success this.Debug("使用bingo命令", log.Fields{"uid": session.GetUserId(), "0": datas[1]}) + code = pb.ErrorCode_Success } else if len(datas) == 2 && (datas[0] == "arena") { // 设置竞技场用户积分 module1, err := this.service.GetModule(comm.ModuleArena) if err != nil {