mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
mantis 8753; apply patch by hand
This commit is contained in:
@@ -174,7 +174,11 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
|
||||
if (m_TransferModule != null)
|
||||
m_TransferModule.SendInstantMessage(im, delegate(bool success) { });
|
||||
}
|
||||
|
||||
else if (im.dialog == (byte)InstantMessageDialog.RequestLure)
|
||||
{
|
||||
if (m_TransferModule != null)
|
||||
m_TransferModule.SendInstantMessage(im, delegate (bool success) { });
|
||||
}
|
||||
}
|
||||
|
||||
public void OnStartLure(byte lureType, string message, UUID targetid, IClientAPI client)
|
||||
|
||||
Reference in New Issue
Block a user