Skip to content

Commit

Permalink
Fix #59
Browse files Browse the repository at this point in the history
  • Loading branch information
GT3CH1 committed Apr 1, 2023
1 parent 8cc8ed6 commit 07bcb9a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,11 @@ public boolean isNoClip() {
return super.noClip;
}

@Override
public @NotNull Vec3d getVelocity() {
return super.getVelocity();
}

@Override
public float getEyeHeight(EntityPose pose) {
return super.getEyeHeight(pose);
Expand Down

0 comments on commit 07bcb9a

Please sign in to comment.