From e7301e06d09ce10113581c75a48374833428ceba Mon Sep 17 00:00:00 2001 From: libraryaddict Date: Mon, 2 Jun 2014 04:17:11 +1200 Subject: [PATCH] Get rid of ridiculous message in disguiseclone command --- .../disguise/commands/DisguiseCloneCommand.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/me/libraryaddict/disguise/commands/DisguiseCloneCommand.java b/src/me/libraryaddict/disguise/commands/DisguiseCloneCommand.java index eec01290..6603a02e 100644 --- a/src/me/libraryaddict/disguise/commands/DisguiseCloneCommand.java +++ b/src/me/libraryaddict/disguise/commands/DisguiseCloneCommand.java @@ -47,10 +47,7 @@ public class DisguiseCloneCommand extends BaseDisguiseCommand { sender.sendMessage(ChatColor.RED + "Right click a entity in the next " + DisguiseConfig.getDisguiseCloneExpire() + " seconds to disguise as it!"); } else { - sender.sendMessage(ChatColor.RED + "There was once a curious little boy," - + " he liked to try out these strange sounding commands." - + " One day, that curious little boy tried out the wrong command and was set on fire!" + " Aka."); - sender.sendMessage(ChatColor.DARK_RED + "You are forbidden to use this command."); + sender.sendMessage(ChatColor.RED + "You are forbidden to use this command."); } return true; }