后台GM命令

This commit is contained in:
hahwu 2025-02-14 14:38:15 +08:00
parent 65f07a23a5
commit aabda95938

View File

@ -117,7 +117,7 @@ func ReqAdminGm(args []interface{}) error {
if player == nil {
res["Code"] = 1
res["Msg"] = "player not found"
AdminPlayerBack(a, nil)
AdminPlayerBack(a, res)
return nil
}
player.lock.Lock()