Removing the last reference to CommsManager.AssetCache.

0.6.6-post-fixes
diva 2009-05-18 22:22:09 +00:00
parent ed28c89d96
commit 75b8b60aa1
1 changed files with 1 additions and 2 deletions

View File

@ -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);
} }