From 26777468c7d9f928aab91ad4ab0e3e2a2a59fb0e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 24 Dec 2020 19:34:58 -0600 Subject: [PATCH] Send biz/house labels and removed objs --- scripts/server/account.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/server/account.js b/scripts/server/account.js index 8701461a..aa6ffbfb 100644 --- a/scripts/server/account.js +++ b/scripts/server/account.js @@ -432,6 +432,10 @@ function loginSuccess(client) { } getClientData(client).accountData.ipAddress = client.ip; + + sendRemovedWorldObjectsToPlayer(client); + sendAllBusinessLabelsToPlayer(client); + sendAllHouseLabelsToPlayer(client); } // ---------------------------------------------------------------------------