9
0
mirror of https://github.com/HibiscusMC/HMCCosmetics.git synced 2025-12-28 19:39:14 +00:00

Fixed teleport issue

This commit is contained in:
HeroBrineGoat
2022-01-16 20:09:22 -05:00
parent 4a1eb8a85f
commit bb812a180f

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