forked from kurrycat2004/MPKMod_2
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Description
Bug Description
The angles in the lastJump, lastLanding, and lastHit infovars are taken from a tick too early.
Steps to Reproduce
- Join a world
- Optionally lower the tick rate using a mod or with the more recent /tick command to make things easier (the following steps can also be executed with a macro)
- Turn on land tick (
lastLanding), on jump tick (lastJump) or 1t after landing (lastHit) - Notice how the
lastLanding/lastJump/lastHityaw and pitch are the ones you had before turning
This is particularly noticeable when performing 45 strafes.
Expected Behavior
The angles should be taken from the current tick instead of the previous one in this part of the code.