Skip to content

Commit

Permalink
[CI SKIP] Hotpatch to 1.20.2 so the master branch can be compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
OmerBenGera committed Jan 20, 2024
1 parent ed8be57 commit b2336b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void playParticle(String particle, Location location, int count, int offs
if (world != null) {
ServerLevel serverLevel = ((CraftWorld) world).getHandle();
serverLevel.sendParticles(null,
CraftParticle.toNMS(Particle.valueOf(particle)),
CraftParticle.createParticleParam(Particle.valueOf(particle), null),
location.getBlockX(), location.getBlockY(), location.getBlockZ(),
count, offsetX, offsetY, offsetZ, extra, false);
}
Expand Down

0 comments on commit b2336b1

Please sign in to comment.