mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
fix(points): remove tick value when clearing interval
This commit is contained in:
@@ -49,7 +49,7 @@ CreateThread(function()
|
|||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
elseif #nearby == 0 then
|
elseif #nearby == 0 then
|
||||||
ClearInterval(tick)
|
tick = ClearInterval(tick)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|||||||
Reference in New Issue
Block a user