mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Always send head rotation packet for mobs
This commit is contained in:
parent
01df80e46e
commit
b13c6bd29c
@ -477,7 +477,7 @@ public class PacketsManager {
|
||||
}
|
||||
}
|
||||
|
||||
if (packets.getPackets().size() <= 1 || disguise.isPlayerDisguise()) {
|
||||
if (packets.getPackets().size() <= 1 || disguise.isPlayerDisguise() || disguise.isMobDisguise()) {
|
||||
PacketContainer rotateHead = new PacketContainer(Server.ENTITY_HEAD_ROTATION);
|
||||
packets.addPacket(rotateHead);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user