优化
This commit is contained in:
parent
22efb95048
commit
f125c77a0d
@ -465,7 +465,7 @@ func ReqGmCommand_(player *Player, Command string) error {
|
||||
player.HandleItem(items, msg.ITEM_POP_LABEL_GM.String())
|
||||
case "resetCode":
|
||||
BaseMod := player.PlayMod.getBaseMod()
|
||||
BaseMod.AddCode = fmt.Sprintf("MMM-%s-%s", conf.Server.CountryCode, GoUtil.UniqueStringFromInt(int(BaseMod.Uid)))
|
||||
BaseMod.AddCode = fmt.Sprintf("MMM-%s-%s", "156", GoUtil.UniqueStringFromInt(int(BaseMod.Uid)))
|
||||
BackUserInfo(player)
|
||||
default:
|
||||
return fmt.Errorf("Player %d ReqGmCommand:%v not found", player.M_DwUin, arg)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user