Fix for label sending
This commit is contained in:
@@ -253,9 +253,6 @@ 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