Missing space!

This commit is contained in:
bm01 2012-06-08 20:04:45 +02:00
parent 01345a5dc4
commit e9ccdcfbbe

View File

@ -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: