aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelland.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llpanelland.cpp')
-rw-r--r--linden/indra/newview/llpanelland.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelland.cpp b/linden/indra/newview/llpanelland.cpp
index 8bb100d..27bfaea 100644
--- a/linden/indra/newview/llpanelland.cpp
+++ b/linden/indra/newview/llpanelland.cpp
@@ -231,6 +231,12 @@ void LLPanelLandInfo::refresh()
231//static 231//static
232void LLPanelLandInfo::onClickClaim(void*) 232void LLPanelLandInfo::onClickClaim(void*)
233{ 233{
234// [RLVa:KB] - Checked: 2009-07-04 (RLVa-1.0.0a)
235 if (gRlvHandler.hasBehaviour(RLV_BHVR_SHOWLOC))
236 {
237 return;
238 }
239// [/RLVa:KB]
234 LLViewerParcelMgr::getInstance()->startBuyLand(); 240 LLViewerParcelMgr::getInstance()->startBuyLand();
235} 241}
236 242