From a023c760825b1e0bf964c88f33adb27f4c760a01 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Thu, 28 Apr 2022 11:56:26 -0500 Subject: [PATCH] Comment vehicle fires for now (unfinished) --- scripts/client/utilities.js | 2 ++ 1 file changed, 2 insertions(+) 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