Added toReadable to disguisetype

This commit is contained in:
Andrew
2013-11-06 05:05:04 +13:00
parent 0dff3706cd
commit d4ae115d19
5 changed files with 12 additions and 24 deletions

View File

@@ -66,7 +66,7 @@ public class DisguiseRadiusCommand extends BaseDisguiseCommand {
for (Entity entity : ((Player) sender).getNearbyEntities(radius, radius, radius)) {
if (entity == sender)
continue;
DisguiseAPI.disguiseToAll(entity, disguise.clone());
DisguiseAPI.disguiseToAll(entity, disguise);
disguisedEntitys++;
}
sender.sendMessage(ChatColor.RED + "Successfully disguised " + disguisedEntitys + " entities!");