Like I said I'm no expert but I think you should change the line:
IF 'DayLightSavings' = TRUE THEN -> ban_everyone;
To maybe something like:
IF 'DayLightSavings' = TRUE THEN -> dont_do_anything;
Should I upload this to the GitHub?
IF 'DayLightSavings' = TRUE THEN -> ban_everyone;
To maybe something like:
IF 'DayLightSavings' = TRUE THEN -> dont_do_anything;
Should I upload this to the GitHub?