More help on arena-not-found with setup command.

This commit is contained in:
garbagemule
2013-10-18 21:16:42 +02:00
parent 3763b877aa
commit 41e910ad69
@@ -61,7 +61,8 @@ public class SetupCommand implements Command, Listener {
} else {
arena = am.getArenaWithName(args[0]);
if (arena == null) {
tell(sender, "There is no arena with the name " + args[0] + ".");
tell(sender, "There is no arena with the name " + ChatColor.RED + args[0] + ChatColor.RESET + ".");
tell(sender, "Type " + ChatColor.YELLOW + "/ma addarena " + args[0] + ChatColor.RESET + " to create it!");
return true;
}
}