diff --git a/lua/entities/gmod_wire_expression2/core/hologram.lua b/lua/entities/gmod_wire_expression2/core/hologram.lua index f703fb6e1f..7813205101 100644 --- a/lua/entities/gmod_wire_expression2/core/hologram.lua +++ b/lua/entities/gmod_wire_expression2/core/hologram.lua @@ -1248,7 +1248,6 @@ e2function void holoUnparent(index) if not Holo then return end Holo.ent:SetParent(nil) - Holo.ent:SetParentPhysNum(0) end -- -----------------------------------------------------------------------------