Merge branch 'master' into httptests

This commit is contained in:
UbitUmarov
2017-01-06 01:09:42 +00:00
22 changed files with 344 additions and 190 deletions

View File

@@ -877,7 +877,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
if (avatar != null)
{
if (avatar.UserLevel < m_levelGroupCreate)
if (avatar.GodController.UserLevel < m_levelGroupCreate)
{
remoteClient.SendCreateGroupReply(UUID.Zero, false, "You have insufficient permissions to create a group.");
return UUID.Zero;