diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.cs b/OpenSim/Region/ClientStack/ClientView.cs index 86591ec..34a9b09 100644 --- a/OpenSim/Region/ClientStack/ClientView.cs +++ b/OpenSim/Region/ClientStack/ClientView.cs | |||
@@ -3106,7 +3106,7 @@ namespace OpenSim.Region.ClientStack | |||
3106 | 3106 | ||
3107 | // Fetch landmark | 3107 | // Fetch landmark |
3108 | LLUUID lmid = tpReq.Info.LandmarkID; | 3108 | LLUUID lmid = tpReq.Info.LandmarkID; |
3109 | AssetBase lma = m_assetCache.GetAsset(lmid); | 3109 | AssetBase lma = m_assetCache.GetAsset(lmid, false); |
3110 | if (lma != null) | 3110 | if (lma != null) |
3111 | { | 3111 | { |
3112 | AssetLandmark lm = new AssetLandmark(lma); | 3112 | AssetLandmark lm = new AssetLandmark(lma); |