Send account scroll lines setting on login

This commit is contained in:
Vortrex
2021-03-30 21:47:01 -05:00
parent a0873e7838
commit a41e6ecb1e

View File

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