diff --git a/sqlupdates/3_0_0 to 3_0_1.sql b/sqlupdates/3_0_0 to 3_0_1.sql index b41da52a..4a1d34e7 100644 --- a/sqlupdates/3_0_0 to 3_0_1.sql +++ b/sqlupdates/3_0_0 to 3_0_1.sql @@ -4,4 +4,4 @@ INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.custom.enabled', 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', '0'); +INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('console.mode', '1');