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