1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-04-03 18:26:24 +02:00

Missing space!

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

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