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

@@ -540,7 +540,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Plugins
}
}
if (presence.IsDeleted || presence.IsChildAgent || presence.isViewerUIGod)
if (presence.IsDeleted || presence.IsChildAgent || presence.IsViewerUIGod)
return;
// if the object the script is in is attached and the avatar is the owner