From 915a29bb0c36955e1c643399097c1e1039393eb0 Mon Sep 17 00:00:00 2001 From: Vftdan Date: Sat, 14 Oct 2023 15:48:28 +0300 Subject: [PATCH] wallhack: destruction of look direction line --- augment/modules/wh.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/augment/modules/wh.lua b/augment/modules/wh.lua index da6197b..53d52f9 100644 --- a/augment/modules/wh.lua +++ b/augment/modules/wh.lua @@ -63,6 +63,7 @@ return function() if nearbyEntitiesByUUID[id] == nil then entry.cube.remove() entry.frame.remove() + entry.lookLine.remove() cache[id] = nil end end