mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
do dispatch RequestLure ims
This commit is contained in:
@@ -143,6 +143,11 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
|
||||
|
||||
public void OnInstantMessage(IClientAPI client, GridInstantMessage im)
|
||||
{
|
||||
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