mantis 8753; apply patch by hand

This commit is contained in:
UbitUmarov
2020-08-23 00:13:33 +01:00
parent 16ab72a223
commit 2575bfc04c
2 changed files with 7 additions and 2 deletions

View File

@@ -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)