Skip to content

Commit

Permalink
Fix BlockIgniteEvent (#7252)
Browse files Browse the repository at this point in the history
Update BukkitEventValues.java

Co-authored-by: Moderocky <admin@moderocky.com>
  • Loading branch information
kyoshuske and Moderocky authored Dec 26, 2024
1 parent 219e358 commit 3c94063
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public Player get(final BlockIgniteEvent e) {
@Override
@Nullable
public Block get(final BlockIgniteEvent e) {
return e.getIgnitingBlock();
return e.getBlock();
}
}, 0);
// BlockDispenseEvent
Expand Down

0 comments on commit 3c94063

Please sign in to comment.