mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
* minor: remove some mono compiler warnings
This commit is contained in:
@@ -1744,8 +1744,9 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (sp != null)
|
||||
{
|
||||
uint attPt = (uint)sp.Appearance.GetAttachpoint(itemID);
|
||||
SceneObjectGroup sog = m_sceneGraph.RezSingleAttachment(sp.ControllingClient, itemID, attPt);
|
||||
m_sceneGraph.RezSingleAttachment(sp.ControllingClient, itemID, attPt);
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user