Browse Source

slottest function expanded.

master
MagicBot 2 years ago
parent
commit
c44cddfb92
  1. 2
      src/engine/devcmd/cmds/SlotTestCmd.java

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

@ -50,7 +50,7 @@ public class SlotTestCmd extends AbstractDevCmd {
// Goto slot location // Goto slot location
if (args.length == 1) { if (args[0].isEmpty() == false) {
int slot = Integer.parseInt(args[0]); int slot = Integer.parseInt(args[0]);
Vector3fImmutable slotLocation; Vector3fImmutable slotLocation;

Loading…
Cancel
Save