Uncommented SetIsPersistent

master
Eddoursul 2 years ago
parent daab017fbd
commit b438a2e2e4
  1. 2
      ESMify_Plugins.pas

@ -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;

Loading…
Cancel
Save