attempt to fix mantis # 779.
parent
8c901e9347
commit
ac27d9250d
|
@ -2265,8 +2265,14 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
{
|
{
|
||||||
|
|
||||||
// Tell the object to do permission update
|
// Tell the object to do permission update
|
||||||
|
if (localId != 0)
|
||||||
|
{
|
||||||
SceneObjectGroup chObjectGroup = GetGroupByPrim(localId);
|
SceneObjectGroup chObjectGroup = GetGroupByPrim(localId);
|
||||||
|
if (chObjectGroup != null)
|
||||||
|
{
|
||||||
chObjectGroup.UpdatePermissions(agentID, field, localId, mask, set);
|
chObjectGroup.UpdatePermissions(agentID, field, localId, mask, set);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue