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