Skip to content

Commit

Permalink
Merge pull request #8 from HaHaWTH/bouncedpad
Browse files Browse the repository at this point in the history
Handle isCanceled process
  • Loading branch information
HaHaWTH authored Dec 22, 2024
2 parents 0ed63c8 + ab15ee0 commit 8600044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patches/minecraft/net/minecraft/world/Explosion.java.patch
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
+ field_77281_g.add(coords);
+ }
+
+ if (cancelled) {
+ if (cancelled || this.wasCanceled) { // CatRoom - Handle mod explosion event
+ this.wasCanceled = true;
+ return;
+ }
Expand Down

0 comments on commit 8600044

Please sign in to comment.