9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-30 20:39:13 +00:00

Fix look-down-backpack-remove

This commit is contained in:
lucian929
2022-04-07 00:01:50 -04:00
parent fc7b886727
commit 3d51b77123
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ public abstract class BaseUser<T> {
PacketManager.sendRotationPacket(armorStandId, location, false, other);
PacketManager.sendLookPacket(armorStandId, location, other);
PacketManager.sendRidingPacket(this.getEntityId(), armorStandId, other);
PacketManager.sendEquipmentPacket(equipment, armorStandId, other);
if (hidden) return;
this.updateBalloon(other, location, settings.getCosmeticSettings());
}