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 potion packet being read incorrectly #50

Merged
merged 4 commits into from
Apr 13, 2024

Conversation

jchung01
Copy link

@jchung01 jchung01 commented Apr 13, 2024

Fixes SPacketRemoveEntity mixin causing client-side network issues because the default readUnsignedByte() for the potion id was still being called and advancing the readerIndex more than allowed. Was a bug from refactoring the transformer method to this mixin in 2.1.0. Fixes #49
Also some minor cleanup.

@ACGaming ACGaming merged commit 02ccfaa into TerraFirmaCraft-The-Final-Frontier:master Apr 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants