10000 Fix friction being applied after velocity updates by cswhite2000 · Pull Request #860 · PGMDev/PGM · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Fix friction being applied after velocity updates #860

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

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 <18whitechristop@gmail.com>
@cswhite2000 cswhite2000 requested a review from Electroid as a code owner April 26, 2021 02:20
@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
0