From 8c3058bf4499b3e1cd12fcad5544a24565517ff8 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 17 Dec 2019 12:36:42 +0000 Subject: [PATCH] Revert "Update cl_radar.lua" This reverts commit 2c03f755cd5084e1540546457dc54cdab444292d. --- cl_radar.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cl_radar.lua b/cl_radar.lua index b126191..f5ef47c 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -10,7 +10,6 @@ local next = next local dot = dot local table = table <<<<<<< HEAD -<<<<<<< HEAD local type = type local tostring = tostring local math = math @@ -49,9 +48,6 @@ PLY.vehClassValid = false function PLY:VehicleStateValid() return DoesEntityExist( self.veh ) and self.veh > 0 and self.inDriverSeat and self.vehClassValid end -======= -local type = type ->>>>>>> parent of 294c82c... Fixed misspellings. -- The main purpose of this thread is to update the information about the local player, including their -- ped id, the vehicle id (if they're in one), whether they're in a driver seat, and if the vehicle's class