mirror of
https://github.com/SunNetservers/Launchpad.git
synced 2024-12-05 01:43:15 +01:00
Removes a TODO
This commit is contained in:
parent
0b38cfaab5
commit
9cbbb52b14
@ -34,7 +34,6 @@ public class LaunchpadCommand implements CommandExecutor {
|
|||||||
|
|
||||||
// Make sure arguments are correct
|
// Make sure arguments are correct
|
||||||
if (arguments.length <= action.neededArguments() || !hasValidArguments(action, arguments)) {
|
if (arguments.length <= action.neededArguments() || !hasValidArguments(action, arguments)) {
|
||||||
//TODO: Perhaps display the current value instead when missing an argument?
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user