You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-20 15:36:17 +00:00
🆙 Added permissions for Furni Editor
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES
|
INSERT IGNORE INTO `emulator_settings` (`key`, `value`) VALUES
|
||||||
('furni.editor.renderer.config.path', '/var/www/Gamedata/config/renderer-config.json'),
|
('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.asset.base.path', '/var/www/Gamedata/furniture/nitro-assets/');
|
||||||
|
|
||||||
|
ALTER TABLE permissions
|
||||||
|
ADD COLUMN `acc_catalogfurni` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `acc_catalog_ids`;
|
||||||
Reference in New Issue
Block a user