forked from MagicBane/Server
Typo in help string fixed.
This commit is contained in:
@@ -60,7 +60,6 @@ public class SlotTestCmd extends AbstractDevCmd {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
for (BuildingLocation buildingLocation : BuildingManager._slotLocations.get(building.meshUUID))
|
||||
outString += buildingLocation.getSlot() + buildingLocation.getLocation().toString() + "\r\n";
|
||||
|
||||
@@ -87,7 +86,7 @@ public class SlotTestCmd extends AbstractDevCmd {
|
||||
|
||||
@Override
|
||||
protected String _getUsageString() {
|
||||
return "./slottest <target builing> n";
|
||||
return "./slottest <target building> n";
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user