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()