When receiving intersim IM, don't let the spoof protection bomb
parent
dc49057c8a
commit
6f78358b09
|
@ -158,6 +158,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
|||
|
||||
if (m_TransferModule != null)
|
||||
{
|
||||
if (client != null)
|
||||
im.fromAgentName = client.FirstName + " " + client.LastName;
|
||||
m_TransferModule.SendInstantMessage(im,
|
||||
delegate(bool success)
|
||||
|
|
Loading…
Reference in New Issue