World components don't auto-sync on load
l-Luna opened this issue ยท 1 comments
Because ComponentsWorldNetworking
checks for the now-superceded fabric-networking-v0
, world components (that implement AutoSyncedComponent
) won't get synced if the new fabric-networking-api-v1
is present instead. The actual callback implementation still works, it just isn't run.