minor change on httpserver dll

This commit is contained in:
UbitUmarov
2019-08-24 07:57:17 +01:00
parent 110644c23a
commit 030ad7f47a
2 changed files with 1 additions and 1 deletions

View File

@@ -583,7 +583,7 @@ namespace OpenSim.Region.CoreModules.World.Permissions
if(!client.IsGroupMember(groupID))
return false;
powers = client.GetGroupPowers(groupID);
powers = client.GetGroupPowers(groupID);
return true;
}

Binary file not shown.