From 245c000532f8cc2b4d940be630b7280fb4447396 Mon Sep 17 00:00:00 2001 From: hkc Date: Thu, 12 Oct 2023 21:37:31 +0300 Subject: [PATCH] Forgot to wipe after myself --- augment/modules/wh.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/augment/modules/wh.lua b/augment/modules/wh.lua index 46929fb..ff258eb 100644 --- a/augment/modules/wh.lua +++ b/augment/modules/wh.lua @@ -5,6 +5,7 @@ return function() if nearbyEntitiesByUUID[id] == nil then entry.cube.remove() entry.frame.remove() + cache[id] = nil end end