From a16d847234a4f1899a6a155e7e06127efd1c9026 Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Sun, 23 Jun 2013 18:48:18 +0200 Subject: [PATCH] Better print out for creating gates a invalid locations. --- src/de/craftinc/gates/commands/CommandNew.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/craftinc/gates/commands/CommandNew.java b/src/de/craftinc/gates/commands/CommandNew.java index 56813b3..8cd18bb 100644 --- a/src/de/craftinc/gates/commands/CommandNew.java +++ b/src/de/craftinc/gates/commands/CommandNew.java @@ -73,7 +73,7 @@ public class CommandNew extends BaseLocationCommand } else { - sendMessage("Now you should build a frame and execute:"); + sendMessage(ChatColor.RED + "Your location is invalid!" + ChatColor.AQUA + "Go somewhere else and execute:"); sendMessage(new CommandLocation().getUsageTemplate(true, true)); }