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

[1.20.2] Fix ClientConfigurationNetworkAddon.handleReady() being called too late. #3331

Merged
merged 1 commit into from
Sep 23, 2023

Conversation

modmuss50
Copy link
Member

Fix ClientConfigurationNetworkAddon.handleReady() being called too late.
This fixes a crash when assertions are enabled.
Also fixes ClientConfigurationConnectionEvents.READY being called at the incorrect time. Assertions have also been enabled for all Fabric API run configs.

Fixes #3330

This fixes a crash when assertions are enabled.
Also fixes ClientConfigurationConnectionEvents.READY being called at the incorrect time.
Assertions have also been enabled for all Fabric API run configs.
@modmuss50 modmuss50 added bug Something isn't working priority:high High priority PRs that need review and work now. Review these first. labels Sep 23, 2023
@modmuss50 modmuss50 merged commit 74a33ae into FabricMC:1.20.2 Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 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.

AssertionError upon joining world due to assert currentConfigurationAddon != null
1 participant