aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterland.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-09-14 23:04:18 -0700
committerMcCabe Maxsted2010-09-14 23:04:18 -0700
commit13cf1aef5915ab3e7b4738d300d79f76c79a63e7 (patch)
tree2e663091a0dbc0664868fbabb8958b0751a6e82e /linden/indra/newview/llfloaterland.cpp
parentMerge remote branch 'elektra/weekly' into weekly (diff)
downloadmeta-impy-13cf1aef5915ab3e7b4738d300d79f76c79a63e7.zip
meta-impy-13cf1aef5915ab3e7b4738d300d79f76c79a63e7.tar.gz
meta-impy-13cf1aef5915ab3e7b4738d300d79f76c79a63e7.tar.bz2
meta-impy-13cf1aef5915ab3e7b4738d300d79f76c79a63e7.tar.xz
Removed GOVERNOR_LINDEN check to allow land auctions on OpenSim
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterland.cpp b/linden/indra/newview/llfloaterland.cpp
index cc398da..066b739 100644
--- a/linden/indra/newview/llfloaterland.cpp
+++ b/linden/indra/newview/llfloaterland.cpp
@@ -570,7 +570,7 @@ void LLPanelLandGeneral::refresh()
570 mTextClaimDate->setEnabled(is_leased); 570 mTextClaimDate->setEnabled(is_leased);
571 571
572 BOOL enable_auction = (gAgent.getGodLevel() >= GOD_LIAISON) 572 BOOL enable_auction = (gAgent.getGodLevel() >= GOD_LIAISON)
573 && (owner_id == GOVERNOR_LINDEN_ID) 573 /*&& (owner_id == GOVERNOR_LINDEN_ID) -- MC*/
574 && (parcel->getAuctionID() == 0); 574 && (parcel->getAuctionID() == 0);
575 mBtnStartAuction->setEnabled(enable_auction); 575 mBtnStartAuction->setEnabled(enable_auction);
576 } 576 }