فهرست منبع

Fixing a typo in mcremove

nossr50 13 سال پیش
والد
کامیت
45871aa1c8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/com/gmail/nossr50/commands/mc/McremoveCommand.java

+ 1 - 1
src/main/java/com/gmail/nossr50/commands/mc/McremoveCommand.java

@@ -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)) {