mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-19 07:56:26 +01:00
8 lines
463 B
SQL
8 lines
463 B
SQL
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.place.under', '0');
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.custom.enabled', '0');
|
|
|
|
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.error.cmd_stalk.forgot_username', 'Specify the username of the Habbo you want to follow!');
|
|
|
|
-- Enable or Disable TTY in console (Default is enabled)
|
|
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('console.mode', '1');
|