Dev command updated to reflect index slotting.
This commit is contained in:
@@ -61,7 +61,7 @@ public class SlotTestCmd extends AbstractDevCmd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (BuildingLocation buildingLocation : BuildingManager._slotLocations.get(building.meshUUID))
|
for (BuildingLocation buildingLocation : BuildingManager._slotLocations.get(building.meshUUID))
|
||||||
outString += buildingLocation.getSlot() + buildingLocation.getLocation().toString() + "\r\n";
|
outString += buildingLocation.getSlot() - 1 + buildingLocation.getLocation().toString() + "\r\n";
|
||||||
|
|
||||||
outString += "\r\nNext Available Slot: " + BuildingManager.getAvailableSlot(building);
|
outString += "\r\nNext Available Slot: " + BuildingManager.getAvailableSlot(building);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user