diff --git a/src/de/steamwar/lobby/particle/particles/SpecialTeamParticle.java b/src/de/steamwar/lobby/particle/particles/SpecialTeamParticle.java index c1710f0..dc7566e 100644 --- a/src/de/steamwar/lobby/particle/particles/SpecialTeamParticle.java +++ b/src/de/steamwar/lobby/particle/particles/SpecialTeamParticle.java @@ -34,7 +34,7 @@ import static org.bukkit.Material.ENDER_CHEST; @AllArgsConstructor public enum SpecialTeamParticle implements ParticleEnum { - WarGearSeason(34, new TickParticle(new WingParticle(new SimpleParticle(new ParticleItem(ENDER_CHEST, "PARTICLE_EVENT_ENCHANTING"), Particle.PORTAL), 0.15, WingParticle.WingDesign.ECLIPSE))), + Eclipse(34, new TickParticle(new WingParticle(new SimpleParticle(new ParticleItem(ENDER_CHEST, "PARTICLE_EVENT_ENCHANTING"), Particle.PORTAL, 0.0F, 0.0F, 0.0F, 0.01), 0.15, WingParticle.WingDesign.ECLIPSE))), ; public static SpecialTeamParticle[] particles = values();