diff --git a/scripts/server/subaccount.js b/scripts/server/subaccount.js index 2e2227f0..e954d8d0 100644 --- a/scripts/server/subaccount.js +++ b/scripts/server/subaccount.js @@ -253,6 +253,9 @@ function selectCharacter(client, characterId = -1) { setPlayerInterior(client, tempSubAccount.interior); setPlayerVirtualWorld(client, tempSubAccount.dimension); }, client.ping+1000); + + sendAllBusinessLabelsToClient(client); + sendAllHouseLabelsToClient(client); } addNetworkHandler("ag.selectCharacter", selectCharacter);