Change a message slightly from slap to right click

This commit is contained in:
libraryaddict 2014-05-05 21:34:19 +12:00
parent c9b9710a78
commit 299347d81c

View File

@ -46,7 +46,7 @@ public class DisguiseEntityCommand extends BaseDisguiseCommand {
*/
protected void sendCommandUsage(CommandSender sender) {
ArrayList<String> allowedDisguises = getAllowedDisguises(sender);
sender.sendMessage(ChatColor.DARK_GREEN + "Choose a disguise then slap a entity to disguise it!");
sender.sendMessage(ChatColor.DARK_GREEN + "Choose a disguise then right click a entity to disguise it!");
sender.sendMessage(ChatColor.DARK_GREEN + "You can use the disguises: " + ChatColor.GREEN
+ StringUtils.join(allowedDisguises, ChatColor.RED + ", " + ChatColor.GREEN));
if (allowedDisguises.contains("player"))