From a41e6ecb1ea17575e591df562004e4f1e23aeae3 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 30 Mar 2021 21:47:01 -0500 Subject: [PATCH] Send account scroll lines setting on login --- scripts/server/account.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/server/account.js b/scripts/server/account.js index 20b7900f..0d1cbe70 100644 --- a/scripts/server/account.js +++ b/scripts/server/account.js @@ -510,6 +510,7 @@ function loginSuccess(client) { sendRemovedWorldObjectsToPlayer(client); sendAccountKeyBindsToClient(client); + sendPlayerChatScrollLines(client, getPlayerData(client).accountData.chatScrollLines); messagePlayerNormal(null, `👋 ${client.name} has joined the server`, getColourByName("softYellow")); }