Send biz and house labels to client on spawn

This commit is contained in:
Vortrex
2020-12-23 23:04:40 -06:00
parent 669852e8ab
commit 3b6b8dde5f

View File

@@ -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);