forked from MagicBane/Server
reset added to ./hotzone
parent
85798822cc
commit
2ef60933b2
|
|
@ -49,11 +49,14 @@ public class HotzoneCmd extends AbstractDevCmd {
|
|||
}
|
||||
|
||||
if (input.equalsIgnoreCase("random")) {
|
||||
throwbackInfo(pc, "Previous hotZone: " + ZoneManager.hotZone.getName());
|
||||
ZoneManager.generateAndSetRandomHotzone();
|
||||
throwbackInfo(pc, "New hotZone: " + ZoneManager.hotZone.getName());
|
||||
}
|
||||
|
||||
if (input.equalsIgnoreCase("reset"))
|
||||
for (Zone zone: ZoneManager.getAllZones())
|
||||
zone.hasBeenHotzone = false;
|
||||
|
||||
return;
|
||||
}
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in New Issue