Skip to content

Commit

Permalink
fix: lol, lmao even
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Apr 17, 2024
1 parent 089738f commit ec860e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ private BlockPos findHighest(BlockPos.Mutable at) {

@Override
public boolean blockPitchChange(Direction direction) {
if (direction != Direction.UP) {
if (direction != Direction.DOWN) {
return false;
}

Expand Down

0 comments on commit ec860e0

Please sign in to comment.