Skip to content

Commit c18043c

Browse files
committed
actually block particles
1 parent a7d36a9 commit c18043c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/github/axolotlclient/mixin/ParticleManagerMixin.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public void afterCreation(int i, double d, double e, double f, double g, double
2525

2626
if(!Particles.getInstance().getShowParticle(cachedType)){
2727
cir.setReturnValue(null);
28+
cir.cancel();
2829
}
2930
}
3031

0 commit comments

Comments
 (0)