修改GM命令
This commit is contained in:
parent
2b6954983c
commit
08db502523
@ -69,7 +69,7 @@ func ReqGmCommand(args []interface{}) error {
|
|||||||
VarMod := player.PlayMod.getVarMod()
|
VarMod := player.PlayMod.getVarMod()
|
||||||
VarMod.DailyResetTime = 0
|
VarMod.DailyResetTime = 0
|
||||||
player.ZeroUpdate(nil)
|
player.ZeroUpdate(nil)
|
||||||
G_GameLogicPtr.ZeroFlush()
|
// G_GameLogicPtr.ZeroFlush()
|
||||||
case "weekUpdate":
|
case "weekUpdate":
|
||||||
VarMod := player.PlayMod.getVarMod()
|
VarMod := player.PlayMod.getVarMod()
|
||||||
VarMod.WeeklyResetTime = 0
|
VarMod.WeeklyResetTime = 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user