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

Implement translator for AdventureSettingsPacket #691

Merged
merged 2 commits into from
May 29, 2020

Conversation

Camotoy
Copy link
Member

@Camotoy Camotoy commented May 29, 2020

The AdventureSettingsPacket is translated into ClientSettingsPacket so the MAY_FLY and FLYING flags are sent to the server. This fixes double-jumping on some servers that rely on the client sending their flying information through this packet.

The AdventureSettingsPacket is translated into ClientSettingsPacket so the MAY_FLY and FLYING flags are sent to the server. This fixes double-jumping on some servers that rely on the client sending their flying information through this packet.
@Camotoy Camotoy linked an issue May 29, 2020 that may be closed by this pull request
@rtm516 rtm516 added the PR: Bugfix When a PR contains a bugfix label May 29, 2020
@Redned235 Redned235 merged commit 64e3204 into GeyserMC:master May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Bugfix When a PR contains a bugfix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Java servers with double jump allow flight
3 participants