mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Applying a patch from lkalif to fix a small bug in the previous patch
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user