Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)

Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)

418k Downloads

Client-side commands are registered on startup

Earthcomputer opened this issue ยท 0 comments

commented

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.