Prevented Coal particles from showing during the game
This commit is contained in:
parent
951c27123a
commit
d1d3382ec0
@ -33,6 +33,9 @@ public class ParticleCoalFumes extends ParticleGadget
|
|||||||
|
|
||||||
for(Player p : GetActive())
|
for(Player p : GetActive())
|
||||||
{
|
{
|
||||||
|
if (!shouldDisplay(p))
|
||||||
|
continue;
|
||||||
|
|
||||||
UtilParticle.PlayParticleToAll(ParticleType.LARGE_SMOKE, p.getLocation(), 0.8f, 0, 0.8f, 0, 12, ViewDist.NORMAL);
|
UtilParticle.PlayParticleToAll(ParticleType.LARGE_SMOKE, p.getLocation(), 0.8f, 0, 0.8f, 0, 12, ViewDist.NORMAL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user