From c78decb8beeec325177d9434c22a355180c9cb6b Mon Sep 17 00:00:00 2001 From: thegrb93 Date: Wed, 25 Jan 2023 17:10:25 -0500 Subject: [PATCH] Fix ghosts not getting cleaned up (#412) --- lua/weapons/gmod_tool/stools/advdupe2.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/weapons/gmod_tool/stools/advdupe2.lua b/lua/weapons/gmod_tool/stools/advdupe2.lua index a26ab09..33a5a50 100644 --- a/lua/weapons/gmod_tool/stools/advdupe2.lua +++ b/lua/weapons/gmod_tool/stools/advdupe2.lua @@ -758,7 +758,7 @@ if(CLIENT)then end --Removes progress bar and removes ghosts when tool is put away - function TOOL:Holster() + function TOOL:ReleaseGhostEntity() AdvDupe2.RemoveGhosts() AdvDupe2.RemoveSelectBox() if(AdvDupe2.Rotation)then