Fix for label sending

This commit is contained in:
Vortrex
2020-12-24 19:39:45 -06:00
parent 42fb4720a6
commit c415ac01cb

View File

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