mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +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 (RootPrim != null)
|
||||||
{
|
{
|
||||||
if (m_regInfo.EstateSettings.IsBanned(RootPrim.OwnerID) ||
|
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;
|
SceneObjectGroup grp = RootPrim.ParentGroup;
|
||||||
if (grp != null)
|
if (grp != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user