You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-19 15:06:19 +00:00
57c36da795
On a successful furnidata name update (10046), after the JSON write + 10047 broadcast, also UPDATE items_base.public_name to the new (sanitized) name and refresh the in-memory Item cache via loadItems() so Item.getFullName() stays consistent without a restart. Guarded by name != null (description-only edits never blank the column), runs only on the success path, outside FurnidataLock, with a parameterized statement.