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);
|
PacketContainer rotateHead = new PacketContainer(Server.ENTITY_HEAD_ROTATION);
|
||||||
packets.addPacket(rotateHead);
|
packets.addPacket(rotateHead);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user