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 login network addons not properly initialized #3531

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

deirn
Copy link
Member

@deirn deirn commented Jan 15, 2024

Closes #3530

In #3394 the addition of global receivers is moved to AbstractNetworkAddon#lateInit, but it never gets called for login addons.
This also fixes the login INIT events not being called.

Needs to also be backported to 1.20.2.

@modmuss50 modmuss50 added bug Something isn't working fabric-networking Pull requests and issues related to the networking api priority:high High priority PRs that need review and work now. Review these first. labels Jan 15, 2024
@modmuss50 modmuss50 merged commit bf1eca5 into FabricMC:1.20.4 Jan 17, 2024
modmuss50 pushed a commit that referenced this pull request Jan 17, 2024
modmuss50 pushed a commit that referenced this pull request Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fabric-networking Pull requests and issues related to the networking api priority:high High priority PRs that need review and work now. Review these first.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ServerLoginNetworking global receiver can't receive packets before QUERY_START
2 participants