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