Remove label sending and welcome player on login

This commit is contained in:
Vortrex
2020-12-29 00:17:40 -06:00
parent 5391d996a4
commit 2f6a31f216

View File

@@ -434,10 +434,9 @@ function loginSuccess(client) {
getPlayerData(client).accountData.ipAddress = client.ip;
sendRemovedWorldObjectsToPlayer(client);
sendAllLabelsToPlayer(client);
sendAccountKeyBindsToClient(client);
//message(`👋 ${client.name} has joined the server`, getColourByName("softYellow"));
message(`👋 ${client.name} has joined the server`, getColourByName("softYellow"));
}
// ---------------------------------------------------------------------------