diff options
author | Justin Clarke Casey | 2007-12-22 16:45:44 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2007-12-22 16:45:44 +0000 |
commit | ed0f8bd5728d0fbe992cc4a1d164983edda654e8 (patch) | |
tree | 071707a559b2600101cbfe241e289f75196d555a /OpenSim/Region/ClientStack/ClientView.cs | |
parent | Put in some race revealing warning messages triggered when a user rezzes a sc... (diff) | |
download | opensim-SC_OLD-ed0f8bd5728d0fbe992cc4a1d164983edda654e8.zip opensim-SC_OLD-ed0f8bd5728d0fbe992cc4a1d164983edda654e8.tar.gz opensim-SC_OLD-ed0f8bd5728d0fbe992cc4a1d164983edda654e8.tar.bz2 opensim-SC_OLD-ed0f8bd5728d0fbe992cc4a1d164983edda654e8.tar.xz |
minor refactor
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.cs')
-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); |