Fixing a typo in mcremove

This commit is contained in:
nossr50 2012-04-19 18:54:20 -07:00
parent d3dedca4a8
commit 45871aa1c8

View File

@ -76,7 +76,7 @@ public class McremoveCommand implements CommandExecutor {
sender.sendMessage("User "+playerName+" removed from MySQL DB!"); //TODO: Needs more locale.
} else {
sender.sendMessage("Unabled to find player named "+playerName+" in the database!");
sender.sendMessage("Unable to find player named "+playerName+" in the database!");
}
} else {
if(removeFlatFileUser(playerName)) {