mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Inventory offers and subsequent notifications of acceptance/decline now working across the board.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user