Skip to content

Commit

Permalink
Remove TODO for ExplosionMixin onExplosionHit
Browse files Browse the repository at this point in the history
Didn't need to be ported to Paper, was only broken here.
  • Loading branch information
Spottedleaf committed Aug 7, 2024
1 parent 2f97c1e commit ff20c16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ public void explode() {
}
}

entity.onExplosionHit(this.source); // TODO port to paper
entity.onExplosionHit(this.source);
}

this.blockCache = null;
Expand Down

0 comments on commit ff20c16

Please sign in to comment.