Cleanup & move inVehicle to main client js

This commit is contained in:
Vortrex
2021-01-05 01:21:31 -06:00
parent 99616c250f
commit c6a0e1dad9

View File

@@ -10,10 +10,6 @@
// ---------------------------------------------------------------------------
let inVehicle = null;
// ---------------------------------------------------------------------------
addEventHandler("onProcess", function(event, deltaTime) {
if(localPlayer != null && localPlayer.getData("ag.spawned") != null) {
if(localPlayer.health <= 0) {