You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
b954ddcd79
mergeFurnitureDataFromUrl dispatched SESSION_DATA_UPDATED, which only drives the userData snapshot (useUserDataSnapshot) — and it was dispatched here WITHOUT invalidateUserDataSnapshot(), so the snapshot reference never changed and consumers bailed out: a no-op. The catalog / inventory / infostand furni name & description surfaces listen to the window event `nitro-localization-updated` (the same signal applyFurnidataDelta emits), which the merge never fired — so newly merged furnidata (e.g. custom/imported.json5 on catalog open) didn't refresh live. Dispatch `nitro-localization-updated` instead.