Ensure that previous stands are removed

This commit is contained in:
Sam 2017-12-08 13:55:33 +00:00 committed by Alexander Meech
parent a6ddd19c4b
commit 6a2cfcc0bf
1 changed files with 2 additions and 0 deletions

View File

@ -84,6 +84,8 @@ public class ParticlePumpkinShield extends ParticleGadget
return;
}
removeArmourStands(player);
Location location = player.getLocation();
List<ArmorStand> stands = new ArrayList<>(SHIELD_STANDS);