* minor: Remove warning

0.6.0-stable
Justin Clarke Casey 2008-10-04 18:54:50 +00:00
parent 0b594a072c
commit a924fbae72
1 changed files with 1 additions and 1 deletions

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
}