浏览代码

Missing space!

bm01 13 年之前
父节点
当前提交
e9ccdcfbbe
共有 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

@@ -42,7 +42,7 @@ public class McremoveCommand implements CommandExecutor {
         switch (args.length) {
         case 1:
             playerName = args[0];
-            success = ChatColor.GREEN + playerName + "was successfully removed from the database!"; //TODO: Locale
+            success = ChatColor.GREEN + playerName + " was successfully removed from the database!"; //TODO: Locale
             break;
 
         default: