Fix bug of being unable to change group owned parcel's visibility in search.
This commit is contained in:
@@ -2161,7 +2161,7 @@ void LLPanelLandOptions::refreshSearch()
|
||||
|
||||
bool can_change =
|
||||
LLViewerParcelMgr::isParcelModifiableByAgent(
|
||||
parcel, GP_LAND_CHANGE_IDENTITY)
|
||||
parcel, GP_LAND_FIND_PLACES)
|
||||
&& region
|
||||
&& !(region->getRegionFlag(REGION_FLAGS_BLOCK_PARCEL_SEARCH));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user