Craftbukkit changes for UtilParticle update, and UtilParticle fix
This commit is contained in:
parent
74dbf7e827
commit
17cbcc3771
Binary file not shown.
@ -213,7 +213,7 @@ public class UtilParticle
|
||||
public static void PlayParticle(Player player, String particleName, Location location, float offsetX, float offsetY,
|
||||
float offsetZ, float speed, int count, boolean displayFar)
|
||||
{
|
||||
PacketPlayOutWorldParticles packet = getPacket(particleName, location, offsetX, offsetY, offsetZ, speed, count, false);
|
||||
PacketPlayOutWorldParticles packet = getPacket(particleName, location, offsetX, offsetY, offsetZ, speed, count, displayFar);
|
||||
|
||||
UtilPlayer.sendPacket(player, packet);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user