* minor: Remove mono compiler warning
parent
bf9384d594
commit
1effc31b14
|
@ -3186,7 +3186,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
if (att.ParentGroup != null && !att.IsAttachment)
|
if (att.ParentGroup != null && !att.IsAttachment)
|
||||||
m_scene.AttachObject(ControllingClient, att.ParentGroup.LocalId, (uint)0, att.ParentGroup.GroupRotation, Vector3.Zero);
|
m_scene.AttachObject(ControllingClient, att.ParentGroup.LocalId, (uint)0, att.ParentGroup.GroupRotation, Vector3.Zero);
|
||||||
}
|
}
|
||||||
catch (System.NullReferenceException e)
|
catch
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue