Fixed Particle Lag

Fixed lag
This commit is contained in:
AlexTheCoder 2014-09-05 19:33:29 -04:00
parent 5709b46ec0
commit b32cf46ecc

View file

@ -172,7 +172,7 @@ public class IceBlast {
Methods.breakBreathbendingHold(entity); Methods.breakBreathbendingHold(entity);
for(Location loc : Methods.getCircle(entity.getLocation(), 6, 7, false, false, 0)) { for(Location loc : Methods.getCircle(entity.getLocation(), 6, 7, false, false, 0)) {
ParticleEffect.SNOW_SHOVEL.display(loc, (float) Math.random(), (float) Math.random(), (float) Math.random(), 0, 1000); ParticleEffect.SNOW_SHOVEL.display(loc, (float) Math.random(), (float) Math.random(), (float) Math.random(), 0, 50);
} }
} }