diff options
author | McCabe Maxsted | 2010-09-14 23:04:18 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-09-14 23:04:18 -0700 |
commit | 13cf1aef5915ab3e7b4738d300d79f76c79a63e7 (patch) | |
tree | 2e663091a0dbc0664868fbabb8958b0751a6e82e /linden/indra/newview/llfloaterland.cpp | |
parent | Merge remote branch 'elektra/weekly' into weekly (diff) | |
download | meta-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.cpp | 2 |
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 | } |