hxp
2024-06-03 3539de8ccaaa2cf67575a4074a25a1edde415a5b
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