aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 }