Comment vehicle fires for now (unfinished)

This commit is contained in:
Vortrex
2022-04-28 11:56:26 -05:00
parent 21120d7911
commit a023c76082

View File

@@ -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() {
}
}
}
*/
}
// ===========================================================================