mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36: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.
|
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)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user