修改GM
This commit is contained in:
parent
a235b772b4
commit
80e1a2b9ca
@ -133,6 +133,8 @@ func ReqGmCommand(args []interface{}) error {
|
||||
case "resetUserInfo":
|
||||
Rank := G_GameLogicPtr.RankMgr.getRank(RANK_TYPE_USER)
|
||||
for _, v := range Rank {
|
||||
Idstr := strconv.Itoa(v.Uid)
|
||||
db.RedisDelKey(Idstr)
|
||||
G_GameLogicPtr.GetResSimplePlayerByUid(v.Uid)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user