mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 02:39:52 +08:00
* Re-applied r9613 to "Fix a slight oversight in SceneInventory that would not enable copy to
inventory when permissions are bypassed"
This commit is contained in:
@@ -2262,6 +2262,12 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
itemId = item.ID;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
// Brave new fullperm world
|
||||
//
|
||||
itemId = item.ID;
|
||||
}
|
||||
|
||||
string xmlData = Utils.BytesToString(rezAsset.Data);
|
||||
SceneObjectGroup group
|
||||
|
||||
Reference in New Issue
Block a user