diff options
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs index 2f1e9dd..0d04491 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs | |||
@@ -241,6 +241,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer | |||
241 | im.imSessionID = itemID.Guid; | 241 | im.imSessionID = itemID.Guid; |
242 | } | 242 | } |
243 | 243 | ||
244 | im.offline = 1; // Remember these | ||
245 | |||
244 | // Send the IM to the recipient. The item is already | 246 | // Send the IM to the recipient. The item is already |
245 | // in their inventory, so it will not be lost if | 247 | // in their inventory, so it will not be lost if |
246 | // they are offline. | 248 | // they are offline. |