Removing the last reference to CommsManager.AssetCache.
parent
ed28c89d96
commit
75b8b60aa1
|
@ -241,8 +241,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
|
||||||
{
|
{
|
||||||
//Dictionary<UUID, bool> uuids = new Dictionary<UUID, bool>();
|
//Dictionary<UUID, bool> uuids = new Dictionary<UUID, bool>();
|
||||||
|
|
||||||
AssetBase asset;
|
AssetBase asset = m_scene.AssetService.Get(assetID.ToString());
|
||||||
m_scene.CommsManager.AssetCache.TryGetCachedAsset(assetID, out asset);
|
|
||||||
|
|
||||||
return SniffUUIDs(asset);
|
return SniffUUIDs(asset);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue