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