mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
Correct casing on isGod and isViewerUIGod
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user