hxp
2026-03-02 529f150ee9733360cd98dc55a4446778357c17a0
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