diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs index b6b2172..1750bbf 100644 --- a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs +++ b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs | |||
@@ -241,8 +241,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid | |||
241 | { | 241 | { |
242 | //Dictionary<UUID, bool> uuids = new Dictionary<UUID, bool>(); | 242 | //Dictionary<UUID, bool> uuids = new Dictionary<UUID, bool>(); |
243 | 243 | ||
244 | AssetBase asset; | 244 | AssetBase asset = m_scene.AssetService.Get(assetID.ToString()); |
245 | m_scene.CommsManager.AssetCache.TryGetCachedAsset(assetID, out asset); | ||
246 | 245 | ||
247 | return SniffUUIDs(asset); | 246 | return SniffUUIDs(asset); |
248 | } | 247 | } |