Fix assumed player self disguise when doing exp orb, fixes #519
This commit is contained in:
		| @@ -493,7 +493,7 @@ public abstract class Disguise { | |||||||
|                         for (Player player : DisguiseUtilities.getPerverts(disguise)) { |                         for (Player player : DisguiseUtilities.getPerverts(disguise)) { | ||||||
|                             if (getEntity() != player) { |                             if (getEntity() != player) { | ||||||
|                                 ProtocolLibrary.getProtocolManager().sendServerPacket(player, packet, false); |                                 ProtocolLibrary.getProtocolManager().sendServerPacket(player, packet, false); | ||||||
|                             } else if (!isSelfDisguiseVisible()) { |                             } else if (!isSelfDisguiseVisible() || !(getEntity() instanceof Player)) { | ||||||
|                                 continue; |                                 continue; | ||||||
|                             } |                             } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user