From 877409486ff56b5e7e8dde2f94b96359fb843d2b Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Thu, 21 Apr 2022 15:09:42 +1000 Subject: [PATCH] refactor(resource/cache): remove commented code Probably won't use this, but if I do then I'll add it when appropriate. --- resource/cache/client.lua | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/resource/cache/client.lua b/resource/cache/client.lua index 7e989e5..a8f492a 100644 --- a/resource/cache/client.lua +++ b/resource/cache/client.lua @@ -24,20 +24,6 @@ function cache:getVehicle() end end -function cache:onFoot() - -- todo - -- print('on foot') -end - -function cache:inVehicle() - -- todo - if self.driver then - -- print('driving vehicle') - else - -- print('in vehicle') - end -end - local update = {} function cache:set(key, value) @@ -59,11 +45,6 @@ CreateThread(function() if num > 1 then cache.coords = GetEntityCoords(cache.ped) cache:getVehicle() - -- if not cache.vehicle then - -- cache:onFoot() - -- else - -- cache:inVehicle() - -- end num = 0 end