Browse Source

Typo in help string fixed.

master
MagicBot 1 year ago
parent
commit
049562af5c
  1. 3
      src/engine/devcmd/cmds/SlotTestCmd.java

3
src/engine/devcmd/cmds/SlotTestCmd.java

@ -60,7 +60,6 @@ public class SlotTestCmd extends AbstractDevCmd { @@ -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 { @@ -87,7 +86,7 @@ public class SlotTestCmd extends AbstractDevCmd {
@Override
protected String _getUsageString() {
return "./slottest <target builing> n";
return "./slottest <target building> n";
}

Loading…
Cancel
Save