9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-26 18:39:07 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
Fisher2911
2022-04-29 21:44:44 -04:00
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());
}