diff --git a/scripts/client/utilities.js b/scripts/client/utilities.js index 27516fad..a731cd11 100644 --- a/scripts/client/utilities.js +++ b/scripts/client/utilities.js @@ -811,6 +811,7 @@ function setVehiclePurchaseState(state, vehicleId, position) { // =========================================================================== function processVehicleFires() { + /* let vehicles = getElementsByType(ELEMENT_VEHICLE); for(let i in vehicles) { if(vehicles[i].isSyncer) { @@ -821,6 +822,7 @@ function processVehicleFires() { } } } + */ } // =========================================================================== \ No newline at end of file