#!/usr/bin/python # -*- coding: GBK -*- #------------------------------------------------------------------------------- # ##@package GM.Commands.ClearOpenServerDay # # @todo:Çå³ý¿ª·þÌì # @author hxp # @date 2025-05-15 # @version 1.0 # # ÏêϸÃèÊö: Çå³ý¿ª·þÌì # #------------------------------------------------------------------------------- #"""Version = 2025-05-15 10:35""" #------------------------------------------------------------------------------- import ServerDay def OnExec(curPlayer, cmdList): ServerDay.OnExec(curPlayer, [1]) return True