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

@@ -66,11 +66,6 @@ public class GameRuleCommand extends VanillaCommand {
return Bukkit.getWorlds().get(0);
}
@Override
public boolean matches(String input) {
return input.equalsIgnoreCase("gamerule");
}
@Override
public List<String> tabComplete(CommandSender sender, String alias, String[] args) throws IllegalArgumentException {
Validate.notNull(sender, "Sender cannot be null");