From c6a0e1dad978b83bdd64343665cc1eef101462c8 Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Tue, 5 Jan 2021 01:21:31 -0600 Subject: [PATCH] Cleanup & move inVehicle to main client js --- scripts/client/sync.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/client/sync.js b/scripts/client/sync.js index 6c182551..24baf5ee 100644 --- a/scripts/client/sync.js +++ b/scripts/client/sync.js @@ -10,10 +10,6 @@ // --------------------------------------------------------------------------- -let inVehicle = null; - -// --------------------------------------------------------------------------- - addEventHandler("onProcess", function(event, deltaTime) { if(localPlayer != null && localPlayer.getData("ag.spawned") != null) { if(localPlayer.health <= 0) {