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

Client-side commands are registered on startup #377

Open
Earthcomputer opened this issue Sep 30, 2023 · 0 comments
Open

Client-side commands are registered on startup #377

Earthcomputer opened this issue Sep 30, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers library: management Related to the management library.

Comments

@Earthcomputer
Copy link

This behaviour is different compared to Fabric API, which only registers commands when joining the world. This breaks Fabric mods which operate under the assumption that a world exists when client commands are being registered. This is the root cause of Earthcomputer/clientcommands#547. The fix should be simple - don't call this event on game startup.

@ix0rai ix0rai added the bug Something isn't working label Oct 22, 2023
@OroArmor OroArmor transferred this issue from QuiltMC/quilted-fabric-api Jul 7, 2024
@OroArmor OroArmor added good first issue Good for newcomers library: management Related to the management library. labels Jul 7, 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 good first issue Good for newcomers library: management Related to the management library.
Projects
None yet
Development

No branches or pull requests

3 participants