diff --git a/src/engine/devcmd/cmds/SlotTestCmd.java b/src/engine/devcmd/cmds/SlotTestCmd.java index acddd1de..7ab33737 100644 --- a/src/engine/devcmd/cmds/SlotTestCmd.java +++ b/src/engine/devcmd/cmds/SlotTestCmd.java @@ -50,7 +50,7 @@ public class SlotTestCmd extends AbstractDevCmd { // Goto slot location - if (args.length == 1) { + if (args[0].isEmpty() == false) { int slot = Integer.parseInt(args[0]); Vector3fImmutable slotLocation;