Removed duplicate log message.

This commit is contained in:
Tobias Ottenweller 2013-05-17 21:14:19 +02:00
parent 1056fbf969
commit e0b30135cc

View File

@ -64,7 +64,6 @@ public class CommandCreate extends BaseLocationCommand
} }
else else
{ {
sendMessage(ChatColor.GREEN + "Gate with id \"" + id + "\" was created.");
sendMessage("Now you should build a frame and execute:"); sendMessage("Now you should build a frame and execute:");
sendMessage(new CommandSetLocation().getUsageTemplate(true, true)); sendMessage(new CommandSetLocation().getUsageTemplate(true, true));
} }