* minor: Remove warning

This commit is contained in:
Justin Clarke Casey
2008-10-04 18:54:50 +00:00
parent 0b594a072c
commit a924fbae72

View File

@@ -543,7 +543,7 @@ namespace OpenSim.Region.Environment.Scenes
// Saves and gets assetID
if (group.GetFromAssetID() == UUID.Zero)
{
UUID newAssetID = m_parentScene.attachObjectAssetStore(remoteClient, group, remoteClient.AgentId);
m_parentScene.attachObjectAssetStore(remoteClient, group, remoteClient.AgentId);
// sets assetID so client can show asset as 'attached' in inventory
}