fix llGiveInventory notification on a group owned prim

master
UbitUmarov 2020-02-13 04:41:50 +00:00
parent 75e5217fff
commit 0e7c19e181
1 changed files with 1 additions and 1 deletions

View File

@ -4917,7 +4917,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
GridInstantMessage msg = new GridInstantMessage(World,
m_host.OwnerID, m_host.Name, destId,
(byte)InstantMessageDialog.TaskInventoryOffered,
false, item.Name+". "+m_host.Name+" is located at "+
m_host.OwnerID == m_host.GroupID, item.Name+". "+m_host.Name+" is located at "+
World.RegionInfo.RegionName+" "+
m_host.AbsolutePosition.ToString(),
agentItem.ID, true, m_host.AbsolutePosition,