mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Always send head rotation packet for mobs
This commit is contained in:
parent
01df80e46e
commit
b13c6bd29c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue