mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Invert a test to allow prims to region-cross again
This commit is contained in:
@@ -2152,7 +2152,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
if (RootPrim != null)
|
||||
{
|
||||
if (m_regInfo.EstateSettings.IsBanned(RootPrim.OwnerID) ||
|
||||
Permissions.CanObjectEntry(RootPrim.UUID, true, RootPrim.AbsolutePosition))
|
||||
(!Permissions.CanObjectEntry(RootPrim.UUID, true, RootPrim.AbsolutePosition)))
|
||||
{
|
||||
SceneObjectGroup grp = RootPrim.ParentGroup;
|
||||
if (grp != null)
|
||||
|
||||
Reference in New Issue
Block a user