hxp
2022-10-14 40d1e804f3880ea58fa347118c8a687e652a16d0
ServerPython/CoreServerGroup/GameServer/Script/GM/Commands/GMT_BroadCast.py
@@ -89,6 +89,9 @@
#  @return None
def CheckDate(startDate, endDate):
    
    if not startDate or not endDate:
        return False
    if (endDate - startDate).days < 0:
        return True