Send biz/house labels and removed objs

This commit is contained in:
Vortrex
2020-12-24 19:34:58 -06:00
parent 981c7b502b
commit 26777468c7

View File

@@ -432,6 +432,10 @@ function loginSuccess(client) {
}
getClientData(client).accountData.ipAddress = client.ip;
sendRemovedWorldObjectsToPlayer(client);
sendAllBusinessLabelsToPlayer(client);
sendAllHouseLabelsToPlayer(client);
}
// ---------------------------------------------------------------------------