Removes a TODO

This commit is contained in:
Kristian Knarvik 2023-07-07 21:54:07 +02:00
parent 0b38cfaab5
commit 9cbbb52b14

View File

@ -34,7 +34,6 @@ public class LaunchpadCommand implements CommandExecutor {
// Make sure arguments are correct
if (arguments.length <= action.neededArguments() || !hasValidArguments(action, arguments)) {
//TODO: Perhaps display the current value instead when missing an argument?
return false;
}