Uncommented SetIsPersistent

This commit is contained in:
Eddoursul 2022-10-11 01:56:16 +02:00
parent daab017fbd
commit b438a2e2e4

View File

@ -131,7 +131,7 @@ function MarkPersistent(e: IwbMainRecord): boolean;
begin
AddMessage(' + Marking as persistent: ' + GetElementEditValues(e, 'NAME') + ' - (' + Name(e) + ')');
Inc(flaggedCount);
//SetIsPersistent(e, True);
SetIsPersistent(e, True);
CheckNonPersistentOverride(e);
end;