forked from MagicBane/Server
Available hotZones added to devcmd.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user