浏览代码

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