mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56: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
|
||||
|
||||
if zone.inside then
|
||||
if zone.inside or zone.debug then
|
||||
insideCount += 1
|
||||
inside[insideCount] = zone
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user