forked from hkc/cc-stuff
1
0
Fork 0

Forgot to wipe after myself

This commit is contained in:
Casey 2023-10-12 21:37:31 +03:00
parent 8a77231798
commit 245c000532
Signed by: hkc
GPG Key ID: F0F6CFE11CDB0960
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ return function()
if nearbyEntitiesByUUID[id] == nil then if nearbyEntitiesByUUID[id] == nil then
entry.cube.remove() entry.cube.remove()
entry.frame.remove() entry.frame.remove()
cache[id] = nil
end end
end end