mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Fixed Particle Lag
Fixed lag
This commit is contained in:
parent
5709b46ec0
commit
b32cf46ecc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue