aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterregioninfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterregioninfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterregioninfo.cpp b/linden/indra/newview/llfloaterregioninfo.cpp
index 682fda8..85fbfe1 100644
--- a/linden/indra/newview/llfloaterregioninfo.cpp
+++ b/linden/indra/newview/llfloaterregioninfo.cpp
@@ -2791,7 +2791,7 @@ bool LLDispatchEstateUpdateInfo::operator()(
2791 // UI, as anyone can teleport there. 2791 // UI, as anyone can teleport there.
2792 // However, gods need to be able to edit the access list for 2792 // However, gods need to be able to edit the access list for
2793 // linden estates, regardless of visibility, to allow object 2793 // linden estates, regardless of visibility, to allow object
2794 // and money transfers. 2794 // and L$ transfers.
2795 bool enable_agent = (!visible_from_mainland || (god && linden_estate)); 2795 bool enable_agent = (!visible_from_mainland || (god && linden_estate));
2796 bool enable_group = enable_agent; 2796 bool enable_group = enable_agent;
2797 bool enable_ban = !linden_estate; 2797 bool enable_ban = !linden_estate;