diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs index eb21221..a9aaf4d 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.Inventory.cs | |||
@@ -1275,7 +1275,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
1275 | { | 1275 | { |
1276 | agentTransactions.HandleTaskItemUpdateFromTransaction( | 1276 | agentTransactions.HandleTaskItemUpdateFromTransaction( |
1277 | remoteClient, part, transactionID, currentItem); | 1277 | remoteClient, part, transactionID, currentItem); |
1278 | } | 1278 | } |
1279 | if (part.UpdateInventoryItem(itemInfo)) | ||
1280 | part.GetProperties(remoteClient); | ||
1279 | } | 1281 | } |
1280 | } | 1282 | } |
1281 | else | 1283 | else |