mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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
|
while true do
|
||||||
num += 1
|
num += 1
|
||||||
cache:set('ped', PlayerPedId())
|
cache:set('ped', PlayerPedId())
|
||||||
print(cache.seat)
|
|
||||||
|
|
||||||
if num > 1 then
|
if num > 1 then
|
||||||
cache.coords = GetEntityCoords(cache.ped)
|
cache.coords = GetEntityCoords(cache.ped)
|
||||||
|
|||||||
Reference in New Issue
Block a user