Applying a patch from lkalif to fix a small bug in the previous patch
parent
6892fc41f7
commit
1e87fc8a26
|
@ -792,7 +792,7 @@ namespace OpenSim.Services.Connectors.SimianGrid
|
|||
}
|
||||
|
||||
if (extraData.ContainsKey("LinkedItemType"))
|
||||
invItem.AssetType = extraData["LinkedItemType"].AsInteger();
|
||||
invItem.AssetType = SLUtil.ContentTypeToSLAssetType(extraData["LinkedItemType"].AsString());
|
||||
}
|
||||
|
||||
if (invItem.BasePermissions == 0)
|
||||
|
|
Loading…
Reference in New Issue