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 Client Registry Remapping Only Remapping One Registry #4404

Merged
merged 3 commits into from
Jan 29, 2025

Conversation

AViewFromTheTop
Copy link
Contributor

  • return was used instead of continue, causing only the last modified registry to sync to the client.
    Fix is simply using an if-else statement instead of calling return within the if statement.

Revert "apple log"

This reverts commit e3ba09c.

Possible Fix

apple log

Update RemapStateImpl.java

Revert "WW DEBUG"

This reverts commit 3f2ffa9.
@apple502j apple502j added bug Something isn't working registry-sync Pull requests and issues related to registry sync small change priority:high High priority PRs that need review and work now. Review these first. labels Jan 29, 2025
@modmuss50 modmuss50 added the merge me please Pull requests that are ready to merge label Jan 29, 2025
Copy link
Member

@modmuss50 modmuss50 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a unit test, many thanks for getting to the bottom of this.

@modmuss50 modmuss50 merged commit 4ba56ac into FabricMC:1.21.4 Jan 29, 2025
4 checks passed
modmuss50 pushed a commit that referenced this pull request Jan 29, 2025
* WW DEBUG

Revert "apple log"

This reverts commit e3ba09c.

Possible Fix

apple log

Update RemapStateImpl.java

Revert "WW DEBUG"

This reverts commit 3f2ffa9.

* Fix Client Registry Remapping Only Remapping One Registry

* Add unit test

---------

Co-authored-by: modmuss50 <[email protected]>
(cherry picked from commit 4ba56ac)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working merge me please Pull requests that are ready to merge priority:high High priority PRs that need review and work now. Review these first. registry-sync Pull requests and issues related to registry sync small change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants