Removed Simple Actor filter
This commit is contained in:
parent
718cf89351
commit
06c6dd1c6b
@ -293,10 +293,6 @@ begin
|
|||||||
if GetElementNativeValues(e, 'Record Header\Record Flags\Starts Dead') <> 0 then
|
if GetElementNativeValues(e, 'Record Header\Record Flags\Starts Dead') <> 0 then
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
// Skip simple actors (chicken and such)
|
|
||||||
if GetElementNativeValues(baseRefRecord, 'ACBS\Flags\Simple Actor') <> 0 then
|
|
||||||
exit;
|
|
||||||
|
|
||||||
packages := ElementByPath(baseRefRecord, 'Packages');
|
packages := ElementByPath(baseRefRecord, 'Packages');
|
||||||
packageCount := ElementCount(packages);
|
packageCount := ElementCount(packages);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user