mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Merge branch 'avination' into careminster
This commit is contained in:
@@ -755,17 +755,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
private bool m_passCollision;
|
||||
public bool PassCollision
|
||||
{
|
||||
get { return m_passCollision; }
|
||||
set
|
||||
{
|
||||
m_passCollision = value;
|
||||
HasGroupChanged = true;
|
||||
}
|
||||
}
|
||||
|
||||
public bool IsSelected
|
||||
{
|
||||
get { return m_isSelected; }
|
||||
@@ -3774,7 +3763,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
}
|
||||
if ((change & ObjectChangeType.Position) != 0)
|
||||
{
|
||||
UpdateGroupPosition(data.position);
|
||||
if (m_scene.Permissions.CanObjectEntry(group.UUID, false, data.position))
|
||||
UpdateGroupPosition(data.position);
|
||||
updateType = updatetype.groupterse;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user