Inventory offers and subsequent notifications of acceptance/decline now working across the board.

This commit is contained in:
Diva Canto
2010-06-11 12:47:47 -07:00
parent 7f349d61cb
commit d184fef4dc
3 changed files with 34 additions and 99 deletions

View File

@@ -203,7 +203,7 @@ namespace OpenSim.Region.Framework.Scenes
// Update item with new asset
item.AssetID = asset.FullID;
if (group.UpdateInventoryItem(item))
remoteClient.SendAgentAlertMessage("Notecard saved", false);
remoteClient.SendAgentAlertMessage("Script saved", false);
part.GetProperties(remoteClient);