mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* minor: Remove warning
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user