mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Default inventory permissions patch (#444), courtesy of alex_carnell -- thanks!
This commit is contained in:
@@ -302,6 +302,7 @@ namespace OpenSim.Framework.Communications.Cache
|
||||
item.assetType = type;
|
||||
item.invType = invType;
|
||||
item.parentFolderID = InventFolder;
|
||||
item.inventoryBasePermissions = 2147483647;
|
||||
item.inventoryCurrentPermissions = 2147483647;
|
||||
item.inventoryNextPermissions = nextPerm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user