make a message more readable
parent
fa4602e048
commit
20a08c9f41
|
@ -4917,9 +4917,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
GridInstantMessage msg = new GridInstantMessage(World,
|
||||
m_host.OwnerID, m_host.Name, destId,
|
||||
(byte)InstantMessageDialog.TaskInventoryOffered,
|
||||
m_host.OwnerID == m_host.GroupID, item.Name+". "+m_host.Name+" is located at "+
|
||||
World.RegionInfo.RegionName+" "+
|
||||
m_host.AbsolutePosition.ToString(),
|
||||
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,
|
||||
bucket, true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue