mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
fix(client/zones): yet another debug fix
Because a zone vanishing upon entry is of no use.
This commit is contained in:
@@ -267,7 +267,7 @@ CreateThread(function()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if zone.inside then
|
if zone.inside or zone.debug then
|
||||||
insideCount += 1
|
insideCount += 1
|
||||||
inside[insideCount] = zone
|
inside[insideCount] = zone
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user