Use new veh buy check util

This commit is contained in:
Vortrex
2022-05-12 16:53:39 -05:00
parent 49a76f82b0
commit 06c5c80599

View File

@@ -1067,7 +1067,7 @@ function setPlayerBuyingVehicleState(client, state, vehicleId, position) {
function receiveVehiclePurchaseStateUpdateFromClient(client, state) {
if(getGlobalConfig().useServerSideVehiclePurchaseCheck == false) {
checkVehicleBuying(client);
checkVehiclePurchasing(client);
}
}