mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fixing a typo in mcremove
This commit is contained in:
parent
d3dedca4a8
commit
45871aa1c8
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user