Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix friction being applied after velocity updates #860

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

cswhite2000
Copy link
Member

This fixes jump pads being less powerful after the spigot 1.8 changes.

The updateVelocity method is sending the velocity update packet, but since the velocity is still marked as changed, CraftBukkit applies friction and then sends a new velocity update packet with the reduced velocity.

Also fixes a NoSuchMethodError in LegacyFlagBeamMatchModule for Spigot

Also fix NoSuchMethodError in LegacyFlagBeam

Signed-off-by: cswhite2000 <[email protected]>
@Electroid Electroid merged commit e361596 into PGMDev:dev Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants