diff --git a/scripts/client/sync.js b/scripts/client/sync.js index 643f9233..c8b841cc 100644 --- a/scripts/client/sync.js +++ b/scripts/client/sync.js @@ -47,12 +47,6 @@ function processSync(event, deltaTime) { // =========================================================================== -function setVehicleEngine(vehicleId, state) { - getElementFromId(vehicleId).engine = state; -} - -// =========================================================================== - function setVehicleLights(vehicleId, state) { if (getGame() != AGRP_GAME_MAFIA_ONE) { if (!state) {