Make HGLureModule track god like lures as well as normal lures, to see if this fixes issues where second megaregion auto-teleport hangs on black teleport screen when HG is active.
parent
876d0d310f
commit
b5b01e5bb5
|
@ -154,7 +154,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Lure
|
|||
|
||||
void OnIncomingInstantMessage(GridInstantMessage im)
|
||||
{
|
||||
if (im.dialog == (byte)InstantMessageDialog.RequestTeleport)
|
||||
if (im.dialog == (byte)InstantMessageDialog.RequestTeleport
|
||||
|| im.dialog == (byte)InstantMessageDialog.GodLikeRequestTeleport)
|
||||
{
|
||||
UUID sessionID = new UUID(im.imSessionID);
|
||||
|
||||
|
|
Loading…
Reference in New Issue