👶 Oepsie in SQL

This commit is contained in:
duckietm
2026-03-30 13:56:13 +02:00
parent 52559dc748
commit 544ea8c50f
+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/');