hxp
2025-12-26 b2d9d7914012c8932c823e19489c9c238ecc032a
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