9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2026-01-04 15:41:45 +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

@@ -7,7 +7,7 @@ plugins {
}
group = "io.github.fisher2911"
version = "1.11.0-BETA-3"
version = "1.11.0-BETA-4"
description = "Intuitive, easy-to-use cosmetics plugin, designed for servers using resource packs.\n"
repositories {

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());
}