Correct casing on isGod and isViewerUIGod

This commit is contained in:
Melanie Thielker
2017-01-07 20:38:30 +00:00
parent 6d44ee9099
commit e58903be6f
10 changed files with 51 additions and 51 deletions

View File

@@ -11455,7 +11455,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
ScenePresence p;
if (scene.TryGetScenePresence(sender.AgentId, out p))
{
if (p.isViewerUIGod)
if (p.IsViewerUIGod)
{
groupProfileReply.GroupData.OpenEnrollment = true;
groupProfileReply.GroupData.MembershipFee = 0;