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")); }