mirror of
https://github.com/HibiscusMC/HMCCosmetics.git
synced 2025-12-27 02:49:08 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user