fix llGiveInventoryList notification on a group owned prim also

master
UbitUmarov 2020-02-13 05:20:00 +00:00
parent 20a08c9f41
commit a42085f1a9
1 changed files with 1 additions and 1 deletions

View File

@ -7869,7 +7869,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
GridInstantMessage msg = new GridInstantMessage(World,
m_host.OwnerID, m_host.Name, destID,
(byte)InstantMessageDialog.TaskInventoryOffered,
false, string.Format("'{0}'", category),
m_host.OwnerID == m_host.GroupID, string.Format("'{0}'", category),
// We won't go so far as to add a SLURL, but this is the format used by LL as of 2012-10-06
// false, string.Format("'{0}' ( http://slurl.com/secondlife/{1}/{2}/{3}/{4} )", category, World.Name, (int)pos.X, (int)pos.Y, (int)pos.Z),
folderID, false, pos,