Skip to content

Commit df50351

Browse files
committed
fix(client): refresh options when nearby zone hidden states changes
#177
1 parent 65d12c2 commit df50351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/main.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ local function startTargeting()
289289
end
290290

291291
if newOptions then
292-
if hasTarget == 1 and options.size > 1 then
292+
if hasTarget == 1 and (totalOptions - hidden) > 1 then
293293
hasTarget = true
294294
end
295295

0 commit comments

Comments
 (0)