Fixed error when typing something after server in queue command
This commit is contained in:
@@ -51,6 +51,6 @@ public class MoveCommand extends Command implements TabExecutor {
|
|||||||
if(args.length == 1) {
|
if(args.length == 1) {
|
||||||
return Manager.getInstance().getServerNames();
|
return Manager.getInstance().getServerNames();
|
||||||
}
|
}
|
||||||
return null;
|
return new ArrayList<>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user