Only send businesses for IV (for now)

This commit is contained in:
Vortrex
2022-03-09 05:18:08 -06:00
parent 8ad5c4fff4
commit 1a1f5d4f5d

View File

@@ -586,8 +586,9 @@ function onPlayerSpawn(client) {
if(!areServerElementsSupported()) {
sendAllBusinessesToPlayer(client);
sendAllHousesToPlayer(client);
//sendAllHousesToPlayer(client);
//sendAllJobLocationsToPlayer(client);
//sendAllVehiclesToPlayer(client);
requestPlayerPedNetworkId(client);
}