From e02eeecc9fd0abb258ffc2bf7a6588089ebe0c01 Mon Sep 17 00:00:00 2001 From: benzon Date: Fri, 22 Sep 2023 14:13:51 +0200 Subject: [PATCH] fix(client/main): missing entityHit in zones --- client/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index e6ee559..59da1ee 100644 --- a/client/main.lua +++ b/client/main.lua @@ -237,7 +237,7 @@ local function startTargeting() for j = 1, optionCount do local option = zoneOptions[j] - local hide = shouldHide(option, distance, endCoords) + local hide = shouldHide(option, distance, endCoords, entityHit) if option.hide ~= hide then option.hide = hide