Skip to content

Commit

Permalink
fix: reset fall distance whilst being a passenger of a LanderEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
Roelymole committed Jan 7, 2025
1 parent bcd6576 commit 00acb5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ public void push(Entity entity) {
e *= 0.05F;
this.push(-d, 0.0, -e);
}
entity.resetFallDistance();
}
}
}
Expand Down

0 comments on commit 00acb5a

Please sign in to comment.