mirror of
https://github.com/opensim/opensim.git
synced 2026-07-14 03:15:36 +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)
|
||||
|
||||
@@ -226,7 +226,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
|
||||
// Forward remote teleport requests
|
||||
//
|
||||
if (msg.dialog != (byte)InstantMessageDialog.RequestTeleport &&
|
||||
msg.dialog != (byte)InstantMessageDialog.GodLikeRequestTeleport)
|
||||
msg.dialog != (byte)InstantMessageDialog.GodLikeRequestTeleport &&
|
||||
msg.dialog != (byte)InstantMessageDialog.RequestLure)
|
||||
return;
|
||||
|
||||
if (m_TransferModule != null)
|
||||
|
||||
Reference in New Issue
Block a user