From e0b30135ccdcf1e13230ff9935a5c9d5f6fc7b3c Mon Sep 17 00:00:00 2001 From: Tobias Ottenweller Date: Fri, 17 May 2013 21:14:19 +0200 Subject: [PATCH] Removed duplicate log message. --- src/de/craftinc/gates/commands/CommandCreate.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/de/craftinc/gates/commands/CommandCreate.java b/src/de/craftinc/gates/commands/CommandCreate.java index d39c481..666aeaa 100644 --- a/src/de/craftinc/gates/commands/CommandCreate.java +++ b/src/de/craftinc/gates/commands/CommandCreate.java @@ -64,7 +64,6 @@ public class CommandCreate extends BaseLocationCommand } else { - sendMessage(ChatColor.GREEN + "Gate with id \"" + id + "\" was created."); sendMessage("Now you should build a frame and execute:"); sendMessage(new CommandSetLocation().getUsageTemplate(true, true)); }