diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 3e34ffb..594972d 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -2152,7 +2152,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
2152 | if (RootPrim != null) | 2152 | if (RootPrim != null) |
2153 | { | 2153 | { |
2154 | if (m_regInfo.EstateSettings.IsBanned(RootPrim.OwnerID) || | 2154 | if (m_regInfo.EstateSettings.IsBanned(RootPrim.OwnerID) || |
2155 | Permissions.CanObjectEntry(RootPrim.UUID, true, RootPrim.AbsolutePosition)) | 2155 | (!Permissions.CanObjectEntry(RootPrim.UUID, true, RootPrim.AbsolutePosition))) |
2156 | { | 2156 | { |
2157 | SceneObjectGroup grp = RootPrim.ParentGroup; | 2157 | SceneObjectGroup grp = RootPrim.ParentGroup; |
2158 | if (grp != null) | 2158 | if (grp != null) |