mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Set the offline flag in inventory offers
This commit is contained in:
@@ -241,6 +241,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
|
||||
im.imSessionID = itemID.Guid;
|
||||
}
|
||||
|
||||
im.offline = 1; // Remember these
|
||||
|
||||
// Send the IM to the recipient. The item is already
|
||||
// in their inventory, so it will not be lost if
|
||||
// they are offline.
|
||||
|
||||
Reference in New Issue
Block a user