diff --git a/ESMify_Plugins.pas b/ESMify_Plugins.pas index ad7f773..deeede7 100644 --- a/ESMify_Plugins.pas +++ b/ESMify_Plugins.pas @@ -216,7 +216,7 @@ begin linkedRef := LinksTo(ElementByPath(inputVal, 'PLDT\Reference')); if FormID(linkedRef) = $14 then continue; if InSameCell(e, linkedRef) then continue; - else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then + else if (packageLoc = 'Alias (location)') or (packageLoc = 'Alias (reference)') then begin // Quest aliases become persistent dynamically continue; end;