slottest function expanded.

This commit is contained in:
2023-05-03 18:12:19 -04:00
parent 9649538a56
commit c44cddfb92
+1 -1
View File
@@ -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;