forked from MagicBane/Server
slottest function expanded.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user