This commit is contained in:
Vortrex
2022-03-08 01:10:49 -06:00
parent 9be4049c0a
commit 9c0e660c3e
3 changed files with 17 additions and 14 deletions

View File

@@ -599,7 +599,6 @@ function loginSuccess(client) {
getPlayerData(client).accountData.ipAddress = client.ip;
//sendRemovedWorldObjectsToPlayer(client);
sendPlayerChatScrollLines(client, getPlayerData(client).accountData.chatScrollLines);
messagePlayerNormal(null, `👋 ${getPlayerName(client)} has joined the server`, getColourByName("softYellow"));