Skip to content

Commit

Permalink
initialize boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
xGinko committed Oct 18, 2023
1 parent 530a9f7 commit 1f68eb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public PrePumpkinExplodeEvent(
this.setFire = config.explosion_set_fire;
this.breakBlocks = config.explosion_break_blocks;
this.isCancelled = false;
this.cancelPrecedingEvent = false;
}

public @NotNull Block getPumpkin() {
Expand Down

0 comments on commit 1f68eb4

Please sign in to comment.