Set the offline flag in inventory offers
parent
76b59b8df7
commit
95c763201f
|
@ -241,6 +241,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Transfer
|
||||||
im.imSessionID = itemID.Guid;
|
im.imSessionID = itemID.Guid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
im.offline = 1; // Remember these
|
||||||
|
|
||||||
// Send the IM to the recipient. The item is already
|
// Send the IM to the recipient. The item is already
|
||||||
// in their inventory, so it will not be lost if
|
// in their inventory, so it will not be lost if
|
||||||
// they are offline.
|
// they are offline.
|
||||||
|
|
Loading…
Reference in New Issue