Updated ParticleLib. Fixes MassiveCraft/Factions#723.

This commit is contained in:
Olof Larsson 2014-12-12 10:28:36 +01:00
parent 6ab443c8b7
commit 327caeea47

View File

@ -112,7 +112,7 @@ public class EngineSeeChunk extends EngineAbstract
List<Location> locations = getLocations(player, steps, step); List<Location> locations = getLocations(player, steps, step);
for (Location location : locations) 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);
} }
} }
} }