hxp
6 天以前 c3bbd3b0263fc6c2127cd9f072f497f46f98758b
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