Skip to content

Commit

Permalink
Convert spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Jul 7, 2024
1 parent 843526c commit a8994f1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ public void on_player_interact_entity(final PlayerInteractEntityEvent event) {
return;
}

if (entity.isDead()) {
return;
}
if (entity.isDead()) {
return;
}

// With a empty bucket in main hand
final var player = event.getPlayer();
Expand Down

0 comments on commit a8994f1

Please sign in to comment.