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

Merge remote-tracking branch 'origin/master'

This commit is contained in:
lucian929
2022-01-16 20:11:48 -05:00

View File

@@ -281,6 +281,7 @@ public class User {
for (final Player p : Bukkit.getOnlinePlayers()) {
try {
protocolManager.sendServerPacket(p, destroyPacket);
this.hasArmorStand = false;
} catch (final InvocationTargetException exception) {
exception.printStackTrace();
}