diff --git a/Plugins/Mineplex.Core/src/mineplex/core/gadget/gadgets/particle/christmas/ParticlePumpkinShield.java b/Plugins/Mineplex.Core/src/mineplex/core/gadget/gadgets/particle/christmas/ParticlePumpkinShield.java index 0911af912..b5fb200df 100644 --- a/Plugins/Mineplex.Core/src/mineplex/core/gadget/gadgets/particle/christmas/ParticlePumpkinShield.java +++ b/Plugins/Mineplex.Core/src/mineplex/core/gadget/gadgets/particle/christmas/ParticlePumpkinShield.java @@ -84,6 +84,8 @@ public class ParticlePumpkinShield extends ParticleGadget return; } + removeArmourStands(player); + Location location = player.getLocation(); List stands = new ArrayList<>(SHIELD_STANDS);