Remove unnecessary Overrides in Default commands.

This commit is contained in:
EvilSeph
2012-11-15 23:03:03 -05:00
parent b2870e185a
commit d31ca9e797
29 changed files with 0 additions and 145 deletions

View File

@@ -75,11 +75,6 @@ public class ExpCommand extends VanillaCommand {
return false;
}
@Override
public boolean matches(String input) {
return input.equalsIgnoreCase("xp");
}
@Override
public List<String> tabComplete(CommandSender sender, String alias, String[] args) throws IllegalArgumentException {
Validate.notNull(sender, "Sender cannot be null");