Fix a slight oversight in SceneInventory that would not enable copy to

inventory when permissions are bypassed
This commit is contained in:
Melanie Thielker
2009-05-20 10:54:35 +00:00
parent 6ef1df4d42
commit a3fed17956

View File

@@ -2260,6 +2260,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