Prevent spoofing the agent name on text IM
parent
817f2245b4
commit
8deaa1ead2
|
@ -126,6 +126,7 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
|||
|
||||
if (m_TransferModule != null)
|
||||
{
|
||||
im.fromAgentName = client.FirstName + " " + client.LastName;
|
||||
m_TransferModule.SendInstantMessage(im,
|
||||
delegate(bool success)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue