Remove manually permissions settings on all current library items so that they use the defaults instead.

Some items had completely wrong permissions - this is easier than correcting them all.
The ability to set permissions in xml is retained since there are use cases for this (e.g. to create no-mod library scripts)
This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-23 02:13:11 +01:00
parent fcaa4f6012
commit f0895028e9
17 changed files with 152 additions and 545 deletions

View File

@@ -9,10 +9,6 @@
<Key Name="name" Value="Example Library Item" />
<Key Name="assetType" Value="7" />
<Key Name="inventoryType" Value="7" />
<Key Name="currentPermissions" Value="2147483647" />
<Key Name="nextPermissions" Value="2147483647" />
<Key Name="everyonePermissions" Value="2147483647" />
<Key Name="basePermissions" Value="2147483647" />
</Section>
-->