HotZone availability reset at 01am.

This commit is contained in:
2023-02-24 00:32:18 -05:00
parent 6a948fbe2e
commit 176fdb51da
4 changed files with 34 additions and 5 deletions
+1 -2
View File
@@ -54,8 +54,7 @@ public class HotzoneCmd extends AbstractDevCmd {
}
if (input.equalsIgnoreCase("reset"))
for (Zone zone: ZoneManager.getAllZones())
zone.hasBeenHotzone = false;
ZoneManager.resetHotZones();
return;
}