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