diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs index 8a58e71..712cbac 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectPart.cs | |||
@@ -2997,7 +2997,7 @@ if (m_shape != null) { | |||
2997 | public void UpdatePermissions(UUID AgentID, byte field, uint localID, uint mask, byte addRemTF) | 2997 | public void UpdatePermissions(UUID AgentID, byte field, uint localID, uint mask, byte addRemTF) |
2998 | { | 2998 | { |
2999 | bool set = addRemTF == 1; | 2999 | bool set = addRemTF == 1; |
3000 | bool god = m_parentGroup.Scene.ExternalChecks.ExternalChecksCanBeGodLike(AgentID); | 3000 | bool god = m_parentGroup.Scene.Permissions.IsGod(AgentID); |
3001 | 3001 | ||
3002 | uint baseMask = _baseMask; | 3002 | uint baseMask = _baseMask; |
3003 | if (god) | 3003 | if (god) |