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. sender.sendMessage("User "+playerName+" removed from MySQL DB!"); //TODO: Needs more locale.
} else { } else {
sender.sendMessage("Unabled to find player named "+playerName+" in the database!"); sender.sendMessage("Unable to find player named "+playerName+" in the database!");
} }
} else { } else {
if(removeFlatFileUser(playerName)) { if(removeFlatFileUser(playerName)) {