From 13cf1aef5915ab3e7b4738d300d79f76c79a63e7 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Tue, 14 Sep 2010 23:04:18 -0700 Subject: Removed GOVERNOR_LINDEN check to allow land auctions on OpenSim --- linden/indra/newview/llfloaterland.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() mTextClaimDate->setEnabled(is_leased); BOOL enable_auction = (gAgent.getGodLevel() >= GOD_LIAISON) - && (owner_id == GOVERNOR_LINDEN_ID) + /*&& (owner_id == GOVERNOR_LINDEN_ID) -- MC*/ && (parcel->getAuctionID() == 0); mBtnStartAuction->setEnabled(enable_auction); } -- cgit v1.1