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; }