Skip to content

Commit

Permalink
Update BukkitEventValues.java
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoshuske authored Dec 10, 2024
1 parent 7b5a8a6 commit 9ad3ff1
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 9ad3ff1

Please sign in to comment.