feat: FurniEditor WebSocket handlers (10040-10045) — search, detail, update, delete, interactions

This commit is contained in:
Life
2026-03-27 19:56:56 +01:00
parent 9cbfc6c1db
commit 7e736900a3
16 changed files with 955 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
-- FurniEditor: emulator config keys for FurniDataManager
INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES
('furni.editor.renderer.config.path', 'E:/www/habbo-next/public/nitro3/public/renderer-config.json'),
('furni.editor.asset.base.path', 'E:/www/habbo-next/public/nitro-assets/');