Merge pull request #57 from duckietm/dev

👶 Oepsie in SQL
This commit is contained in:
DuckieTM
2026-03-30 13:57:56 +02:00
committed by GitHub
+2 -3
View File
@@ -1,4 +1,3 @@
-- FurniEditor: emulator config keys for FurniDataManager
INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES
('furni.editor.renderer.config.path', '\var\www\Gamedata\config\renderer-config.json'),
('furni.editor.asset.base.path', '\var\www\Gamedata\furniture\nitro-assets\');
('furni.editor.renderer.config.path', '/var/www/Gamedata/config/renderer-config.json'),
('furni.editor.asset.base.path', '/var/www/Gamedata/furniture/nitro-assets/');