Update 3_0_0 to 3_5_0.sql - Changed emulator_texts for emulator_settings for custom.stacking.enabled

This commit is contained in:
ColicDusti 2022-04-21 12:53:23 +00:00
parent 4e1a6118f2
commit de36280d20

View File

@ -93,4 +93,4 @@ INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('hotel.mannequin.name.defa
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('rcon.alert.user.change_username', 'You can change your username. Click on yourself to change it.'); INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('rcon.alert.user.change_username', 'You can change your username. Click on yourself to change it.');
-- Custom Stacking Setting -- Custom Stacking Setting
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('custom.stacking.enabled', '0'); INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('custom.stacking.enabled', '0');