* Default inventory permissions patch (#444), courtesy of alex_carnell -- thanks!
parent
760ece2595
commit
d12f253cca
|
@ -302,6 +302,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||||
item.assetType = type;
|
item.assetType = type;
|
||||||
item.invType = invType;
|
item.invType = invType;
|
||||||
item.parentFolderID = InventFolder;
|
item.parentFolderID = InventFolder;
|
||||||
|
item.inventoryBasePermissions = 2147483647;
|
||||||
item.inventoryCurrentPermissions = 2147483647;
|
item.inventoryCurrentPermissions = 2147483647;
|
||||||
item.inventoryNextPermissions = nextPerm;
|
item.inventoryNextPermissions = nextPerm;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue