diff options
author | Diva Canto | 2010-06-11 12:47:47 -0700 |
---|---|---|
committer | Diva Canto | 2010-06-11 12:47:47 -0700 |
commit | d184fef4dce88bed1edb79c53de56744cefffd1e (patch) | |
tree | 8a84b0da2c793bc386814396e61ca6666068d497 /OpenSim/Region/Framework/Scenes | |
parent | Better friends notification: get rid of OnLogout and use OnClientClose for se... (diff) | |
download | opensim-SC-d184fef4dce88bed1edb79c53de56744cefffd1e.zip opensim-SC-d184fef4dce88bed1edb79c53de56744cefffd1e.tar.gz opensim-SC-d184fef4dce88bed1edb79c53de56744cefffd1e.tar.bz2 opensim-SC-d184fef4dce88bed1edb79c53de56744cefffd1e.tar.xz |
Inventory offers and subsequent notifications of acceptance/decline now working across the board.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs index 4180d5e..64bdc99 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.Inventory.cs | |||
@@ -203,7 +203,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
203 | // Update item with new asset | 203 | // Update item with new asset |
204 | item.AssetID = asset.FullID; | 204 | item.AssetID = asset.FullID; |
205 | if (group.UpdateInventoryItem(item)) | 205 | if (group.UpdateInventoryItem(item)) |
206 | remoteClient.SendAgentAlertMessage("Notecard saved", false); | 206 | remoteClient.SendAgentAlertMessage("Script saved", false); |
207 | 207 | ||
208 | part.GetProperties(remoteClient); | 208 | part.GetProperties(remoteClient); |
209 | 209 | ||