Fix small text typos

This commit is contained in:
libraryaddict
2014-04-04 18:30:20 +13:00
parent 202929573e
commit d16da8d26f
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ public class DisguiseEntityCommand extends BaseDisguiseCommand {
+ StringUtils.join(allowedDisguises, ChatColor.RED + ", " + ChatColor.GREEN));
if (allowedDisguises.contains("player"))
sender.sendMessage(ChatColor.DARK_GREEN + "/disguiseentity player <Name>");
sender.sendMessage(ChatColor.DARK_GREEN + "/disguise <DisguiseType> <Baby>");
sender.sendMessage(ChatColor.DARK_GREEN + "/disguiseentity <DisguiseType> <Baby>");
if (allowedDisguises.contains("dropped_item") || allowedDisguises.contains("falling_block"))
sender.sendMessage(ChatColor.DARK_GREEN + "/disguiseentity <Dropped_Item/Falling_Block> <Id> <Durability>");
}