Updated ParticleLib. Fixes MassiveCraft/Factions#723.
This commit is contained in:
parent
6ab443c8b7
commit
327caeea47
@ -112,7 +112,7 @@ public class EngineSeeChunk extends EngineAbstract
|
||||
List<Location> locations = getLocations(player, steps, step);
|
||||
for (Location location : locations)
|
||||
{
|
||||
ParticleEffect.EXPLODE.display(location, offsetX, offsetY, offsetZ, speed, amount, player);
|
||||
ParticleEffect.EXPLOSION_NORMAL.display(location, offsetX, offsetY, offsetZ, speed, amount, player);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user