Silenci0/UMC

[Bug] TimeLimits Time Detection

MAGNAT2645 opened this issue · 0 comments

I have these two maps in config:

		"ach_villains_city_day_v3"
		{
			"min_time"	"0500"
			"max_time"	"1759"
		}
		"ach_villains_city_night_v3"
		{
			"min_time"	"1800"
			"max_time"	"0459"
		}

The problem is that ach_villains_city_night_v3 is available ALL time since 18:00 so you can choose this map even at 13:00.
I think TimeLimits needs some fixes for min/max time checks.