aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Addons
diff options
context:
space:
mode:
authorDiva Canto2014-11-21 08:54:30 -0800
committerDiva Canto2014-11-21 08:54:30 -0800
commit8d3cb424a8730a0d0cdea42e513057c2c3fff679 (patch)
tree611eb8cd3c3526e1f41058ed000e1c3f9f644cf8 /OpenSim/Addons
parentCleanup extraneous comments from viewer support modules (diff)
parentLSL key should be implicitly cast to a boolean value (diff)
downloadopensim-SC-8d3cb424a8730a0d0cdea42e513057c2c3fff679.zip
opensim-SC-8d3cb424a8730a0d0cdea42e513057c2c3fff679.tar.gz
opensim-SC-8d3cb424a8730a0d0cdea42e513057c2c3fff679.tar.bz2
opensim-SC-8d3cb424a8730a0d0cdea42e513057c2c3fff679.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to 'OpenSim/Addons')
-rw-r--r--OpenSim/Addons/Groups/Service/GroupsService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Addons/Groups/Service/GroupsService.cs b/OpenSim/Addons/Groups/Service/GroupsService.cs
index 7cbc796..4da7233 100644
--- a/OpenSim/Addons/Groups/Service/GroupsService.cs
+++ b/OpenSim/Addons/Groups/Service/GroupsService.cs
@@ -69,6 +69,7 @@ namespace OpenSim.Groups
69 GroupPowers.DeleteRole | 69 GroupPowers.DeleteRole |
70 GroupPowers.Eject | 70 GroupPowers.Eject |
71 GroupPowers.FindPlaces | 71 GroupPowers.FindPlaces |
72 GroupPowers.HostEvent |
72 GroupPowers.Invite | 73 GroupPowers.Invite |
73 GroupPowers.JoinChat | 74 GroupPowers.JoinChat |
74 GroupPowers.LandChangeIdentity | 75 GroupPowers.LandChangeIdentity |