mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +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)
|
if (m_TransferModule != null)
|
||||||
m_TransferModule.SendInstantMessage(im, delegate(bool success) { });
|
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)
|
public void OnStartLure(byte lureType, string message, UUID targetid, IClientAPI client)
|
||||||
|
|||||||
@@ -226,7 +226,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
|
|||||||
// Forward remote teleport requests
|
// Forward remote teleport requests
|
||||||
//
|
//
|
||||||
if (msg.dialog != (byte)InstantMessageDialog.RequestTeleport &&
|
if (msg.dialog != (byte)InstantMessageDialog.RequestTeleport &&
|
||||||
msg.dialog != (byte)InstantMessageDialog.GodLikeRequestTeleport)
|
msg.dialog != (byte)InstantMessageDialog.GodLikeRequestTeleport &&
|
||||||
|
msg.dialog != (byte)InstantMessageDialog.RequestLure)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (m_TransferModule != null)
|
if (m_TransferModule != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user