Small change to my previous commit: not so aggressive on the trigger, please.

bullet-2.82
Diva Canto 2014-07-04 16:28:37 -07:00
parent dac8703949
commit 869191a51d
1 changed files with 0 additions and 2 deletions

View File

@ -424,8 +424,6 @@ namespace OpenSim.Region.CoreModules.Agent.AssetTransaction
ourClient.SendAlertMessage("Unable to create inventory item");
m_transactions.RemoveXferUploader(m_transactionID);
m_Scene.EventManager.TriggerOnNewInventoryItemUploadComplete(ourClient.AgentId, (AssetType)type, m_asset.FullID, m_asset.Name, 0);
}
}