mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Removing the last reference to CommsManager.AssetCache.
This commit is contained in:
@@ -241,8 +241,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
|
||||
{
|
||||
//Dictionary<UUID, bool> uuids = new Dictionary<UUID, bool>();
|
||||
|
||||
AssetBase asset;
|
||||
m_scene.CommsManager.AssetCache.TryGetCachedAsset(assetID, out asset);
|
||||
AssetBase asset = m_scene.AssetService.Get(assetID.ToString());
|
||||
|
||||
return SniffUUIDs(asset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user