diff --git a/scripts/server/account.js b/scripts/server/account.js index ba6b6d1e..486b9155 100644 --- a/scripts/server/account.js +++ b/scripts/server/account.js @@ -852,7 +852,7 @@ function saveAccountToDatabase(accountData) { ["acct_svr_staff_flags", accountData.flags.admin], ["acct_svr_mod_flags", accountData.flags.moderation], ["acct_svr_chat_scroll_lines", accountData.chatScrollLines], - ["acct_svr_chat_auto_hide_delay", accountData.chatAutoHideDelay], + //["acct_svr_chat_auto_hide_delay", accountData.chatAutoHideDelay], ]; let queryString1 = createDatabaseUpdateQuery("acct_main", data, `acct_id=${accountData.databaseId}`);