From 0c1cfe78ec858321b001491bd859b41f4902f915 Mon Sep 17 00:00:00 2001 From: Vftdan Date: Fri, 13 Oct 2023 15:03:17 +0300 Subject: [PATCH] wallhack: actually calling updateLookVector --- augment/modules/wh.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/augment/modules/wh.lua b/augment/modules/wh.lua index 33c29d9..fcae77c 100644 --- a/augment/modules/wh.lua +++ b/augment/modules/wh.lua @@ -39,6 +39,8 @@ return function() local cache = {} while _G._running do + updateLookVector() + for id, entry in pairs(cache) do if nearbyEntitiesByUUID[id] == nil then entry.cube.remove()