minor change on httpserver dll

0.9.1.0-post-fixes
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.