diff --git a/ESMify_Plugins.pas b/ESMify_Plugins.pas index 22d4ffd..e75c82a 100644 --- a/ESMify_Plugins.pas +++ b/ESMify_Plugins.pas @@ -293,10 +293,6 @@ begin if GetElementNativeValues(e, 'Record Header\Record Flags\Starts Dead') <> 0 then exit; - // Skip simple actors (chicken and such) - if GetElementNativeValues(baseRefRecord, 'ACBS\Flags\Simple Actor') <> 0 then - exit; - packages := ElementByPath(baseRefRecord, 'Packages'); packageCount := ElementCount(packages);