Send biz and house labels to client on spawn
This commit is contained in:
@@ -253,6 +253,9 @@ function selectCharacter(client, characterId = -1) {
|
|||||||
setPlayerInterior(client, tempSubAccount.interior);
|
setPlayerInterior(client, tempSubAccount.interior);
|
||||||
setPlayerVirtualWorld(client, tempSubAccount.dimension);
|
setPlayerVirtualWorld(client, tempSubAccount.dimension);
|
||||||
}, client.ping+1000);
|
}, client.ping+1000);
|
||||||
|
|
||||||
|
sendAllBusinessLabelsToClient(client);
|
||||||
|
sendAllHouseLabelsToClient(client);
|
||||||
}
|
}
|
||||||
addNetworkHandler("ag.selectCharacter", selectCharacter);
|
addNetworkHandler("ag.selectCharacter", selectCharacter);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user