Minor cleanup

This commit is contained in:
nossr50
2013-01-16 12:09:03 -08:00
parent 67a4efa03e
commit 9717be3da8
3 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ public class McremoveCommand implements CommandExecutor {
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
String playerName;
String tablePrefix = Config.getInstance().getMySQLTablePrefix();
String databaseName = Config.getInstance().getMySQLDatabaseName();
//String databaseName = Config.getInstance().getMySQLDatabaseName();
String usage = ChatColor.RED + "Proper usage is /mcremove <player>"; //TODO: Needs more locale.
String success;