hxp
2026-01-07 b0a1a6c78f4f7b3a2b83544b9e1bb664878179fc
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