diff --git a/lua/advdupe2/sv_clipboard.lua b/lua/advdupe2/sv_clipboard.lua index 88746de..8f48708 100644 --- a/lua/advdupe2/sv_clipboard.lua +++ b/lua/advdupe2/sv_clipboard.lua @@ -136,6 +136,9 @@ local function CopyEntTable(Ent, Offset) if EntityClass then for iNumber, Key in pairs(EntityClass.Args) do + if gtSetupTable.SPECIAL[Key] then + Tab = CopyClassArgTable(EntTable) + end -- Ignore keys from old system if (not gtSetupTable.POS[Key] and not gtSetupTable.ANG[Key] and