Reset is handled when picking new hotZone.

This commit is contained in:
2023-02-26 07:31:26 -05:00
parent d5c219897d
commit f0f91325ba
2 changed files with 4 additions and 9 deletions
@@ -191,11 +191,6 @@ public class HourlyJobThread implements Runnable {
try {
// Reset zone availability at 1am
if (LocalDateTime.now().getHour() == 01)
ZoneManager.resetHotZones();
// Use the same hotZone this hour up and until
// the HotZone_Duration from the ConfigManager