fix(cache): leftover print

This commit is contained in:
Linden
2022-03-16 06:18:20 +00:00
parent 913c51307a
commit 820beb5438

View File

@@ -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)