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

Is it possible to fix a bug that was already fixed in new versions? #3624

Open
thefrogline opened this issue Feb 29, 2024 · 3 comments
Open
Labels
port Porting existing code to a different version priority:low Low priority PRs that don't immediately need to be resolved

Comments

@thefrogline
Copy link

Hello, I am currently fighting against the error #3495 but in 1.19.4, I would like to know if it is possible to fix it in some way please

@apple502j apple502j added port Porting existing code to a different version priority:low Low priority PRs that don't immediately need to be resolved labels Feb 29, 2024
@deirn
Copy link
Member

deirn commented Feb 29, 2024

Are you a mod developer or just a player? If you are a developer, what are your usage that makes it need to be a local handler instead of global one?

@thefrogline
Copy link
Author

I am trying to send a packet to the player when entering the server, according to what I searched in the discord channels of the same fabric, a person had the same error, and changing that solved it but in 1.20.X, I would like to know if changing that Well, it would be fixed, or is it something that I keep doing wrong?
image
image
image

@deirn
Copy link
Member

deirn commented Feb 29, 2024

Have you actually registered the response handler?
Alongside the client-side request handler, you also need to register the server-side response handler.
The client request handler returns a future packet that needs to be handled on the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
port Porting existing code to a different version priority:low Low priority PRs that don't immediately need to be resolved
Projects
None yet
Development

No branches or pull requests

3 participants