后台GM命令

This commit is contained in:
hahwu 2025-02-14 14:38:15 +08:00
parent 4b0a9e50c3
commit e27b59283e

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