Skip to content

Commit 8600044

Browse files
authored
Merge pull request #8 from HaHaWTH/bouncedpad
Handle isCanceled process
2 parents 0ed63c8 + ab15ee0 commit 8600044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/minecraft/net/minecraft/world/Explosion.java.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
+ field_77281_g.add(coords);
278278
+ }
279279
+
280-
+ if (cancelled) {
280+
+ if (cancelled || this.wasCanceled) { // CatRoom - Handle mod explosion event
281281
+ this.wasCanceled = true;
282282
+ return;
283283
+ }

0 commit comments

Comments
 (0)