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

Entity Rewrite - Settings get reset #835

Open
linsaftw opened this issue Dec 9, 2023 · 5 comments
Open

Entity Rewrite - Settings get reset #835

linsaftw opened this issue Dec 9, 2023 · 5 comments

Comments

@linsaftw
Copy link
Contributor

linsaftw commented Dec 9, 2023

When entity rewrite is disabled from waterfall.yml file, settings get reset each time you switch servers.

image
image

This only happens since 24b7e51 upstream update.

@linsaftw
Copy link
Contributor Author

// Something deeper is going wrong here, but, as it stands, this project is EOL, so, we'll just shove this through.
if (user.getSettings() != null)
{
    ch.write( user.getSettings() );
}

I just forced this piece of code to always write settings and it fixed the issue.

@Janmm14
Copy link
Contributor

Janmm14 commented Dec 10, 2023

I feel like if you would test his with bungee, this kind of bug would also get fixed in bungee (if bungee has it what it really sounds like here) if you open issue there.

@electronicboy
Copy link
Member

disabling entity metadata rewriting is not a thing on bungee

@Janmm14
Copy link
Contributor

Janmm14 commented Dec 10, 2023

uh ok i didnt check code in detail here.

edit: uh but 1.20 client doesnt really do entity rewriting on bungee as well?

@electronicboy
Copy link
Member

Looks like I got the check backwards, this should be mitigated

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

No branches or pull requests

3 participants