Merge branch 'master' into careminster-presence-refactor

avinationmerge
Melanie 2010-09-25 06:57:53 +01:00
commit 0080f28f1d
1 changed files with 2 additions and 1 deletions

View File

@ -183,6 +183,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
if (m_TransferModule != null)
{
im.fromAgentName = client.FirstName + " " + client.LastName;
m_TransferModule.SendInstantMessage(im,
delegate(bool success)
{