Available hotZones added to devcmd.

This commit is contained in:
2023-02-24 00:49:03 -05:00
parent a572a5fbf9
commit 52e46380a9
+1 -1
View File
@@ -116,7 +116,7 @@ public enum ZoneManager {
int count = 0;
for (Zone zone : ZoneManager.macroZones)
if (zone.hasBeenHotzone)
if (zone.hasBeenHotzone == false)
count = count + 1;
return count;