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 begin
AddMessage(' + Marking as persistent: ' + GetElementEditValues(e, 'NAME') + ' - (' + Name(e) + ')'); AddMessage(' + Marking as persistent: ' + GetElementEditValues(e, 'NAME') + ' - (' + Name(e) + ')');
Inc(flaggedCount); Inc(flaggedCount);
//SetIsPersistent(e, True); SetIsPersistent(e, True);
CheckNonPersistentOverride(e); CheckNonPersistentOverride(e);
end; end;