SPIGOT-8008: Fix force option in World#spawnParticle
This commit is contained in:
parent
c175d4f612
commit
5b97b8b5a1
@ -1908,7 +1908,8 @@ public class CraftWorld extends CraftRegionAccessor implements World {
|
||||
getHandle().sendParticlesSource(
|
||||
null, // Sender
|
||||
CraftParticle.createParticleParam(particle, data), // Particle
|
||||
false, force,
|
||||
force, // force
|
||||
false, // override limiter for render - TODO: Expose this?
|
||||
x, y, z, // Position
|
||||
count, // Count
|
||||
offsetX, offsetY, offsetZ, // Random offset
|
||||
|
Loading…
x
Reference in New Issue
Block a user