Skip to content

Commit

Permalink
Also include the LIBRARY_USER in the filtering whitelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
appurist authored and kf6kjg committed Mar 25, 2019
1 parent ee0af07 commit 7379ea7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,10 @@ public void DearchiveRegion(HashSet<UUID> allowedUUIDs)

if (allowedUUIDs != null)
{
// Adopt this whitelist for filtering a load.
m_allowedUUIDs = allowedUUIDs;
// Also include the LIBRARY_USER in the whitelist.
m_allowedUUIDs.Add(LIBRARY_USER);
// Now a normal filtered load.
m_assetCreators = GetAssetCreators();
}
Expand Down

0 comments on commit 7379ea7

Please sign in to comment.