Client-side commands are registered on startup #377
Labels
bug
Something isn't working
good first issue
Good for newcomers
library: management
Related to the management library.
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.
The text was updated successfully, but these errors were encountered: