mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
change CanObjectEntry() to use a SOG
This commit is contained in:
@@ -1579,7 +1579,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
else
|
||||
{
|
||||
if (m_parentScene.Permissions.CanMoveObject(group, remoteClient)
|
||||
&& m_parentScene.Permissions.CanObjectEntry(group.UUID, false, pos))
|
||||
&& m_parentScene.Permissions.CanObjectEntry(group, false, pos))
|
||||
{
|
||||
group.UpdateGroupPosition(pos);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user