LIBOMV-877: Responding to teleport lure sends the wrong lure id
Fixes responding to lures in opensim git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3457 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -44,7 +44,7 @@ namespace IRCGateway
|
||||
{
|
||||
if (e.IM.FromAgentID == _MasterID)
|
||||
{
|
||||
_Client.Self.TeleportLureRespond(e.IM.FromAgentID, true);
|
||||
_Client.Self.TeleportLureRespond(e.IM.FromAgentID, e.IM.IMSessionID, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user