hxp
2025-12-09 414e694600077975d13979e925e152a52f4f8d03
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/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