mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(cache): leftover print
This commit is contained in:
1
resource/cache/client.lua
vendored
1
resource/cache/client.lua
vendored
@@ -48,7 +48,6 @@ CreateThread(function()
|
||||
while true do
|
||||
num += 1
|
||||
cache:set('ped', PlayerPedId())
|
||||
print(cache.seat)
|
||||
|
||||
if num > 1 then
|
||||
cache.coords = GetEntityCoords(cache.ped)
|
||||
|
||||
Reference in New Issue
Block a user