forked from MagicBane/Server
HotZone availability reset at 01am.
This commit is contained in:
@@ -54,8 +54,7 @@ public class HotzoneCmd extends AbstractDevCmd {
|
||||
}
|
||||
|
||||
if (input.equalsIgnoreCase("reset"))
|
||||
for (Zone zone: ZoneManager.getAllZones())
|
||||
zone.hasBeenHotzone = false;
|
||||
ZoneManager.resetHotZones();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user