ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/test_OnDay.py
@@ -18,10 +18,12 @@ import GameWorld import PlayerEventCounter import GameWorldEvent import ServerDay def OnExec(curPlayer, gmList): __DoExec(GameWorld.GetGameWorld().GetTick()) ServerDay.__printServerDay(curPlayer) # 暂时同步GameServer,之后可去除 return True