Change a message slightly from slap to right click
This commit is contained in:
		| @@ -46,7 +46,7 @@ public class DisguiseEntityCommand extends BaseDisguiseCommand { | |||||||
|      */ |      */ | ||||||
|     protected void sendCommandUsage(CommandSender sender) { |     protected void sendCommandUsage(CommandSender sender) { | ||||||
|         ArrayList<String> allowedDisguises = getAllowedDisguises(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 |         sender.sendMessage(ChatColor.DARK_GREEN + "You can use the disguises: " + ChatColor.GREEN | ||||||
|                 + StringUtils.join(allowedDisguises, ChatColor.RED + ", " + ChatColor.GREEN)); |                 + StringUtils.join(allowedDisguises, ChatColor.RED + ", " + ChatColor.GREEN)); | ||||||
|         if (allowedDisguises.contains("player")) |         if (allowedDisguises.contains("player")) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user