mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
patch copying special "Data" attribute (#439)
This commit is contained in:
parent
a7adb33ef8
commit
4295fd95cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user