diff --git a/Programs/Simian/LLUDP/LLAssets.cs b/Programs/Simian/LLUDP/LLAssets.cs index acae35c6..1c6704dc 100644 --- a/Programs/Simian/LLUDP/LLAssets.cs +++ b/Programs/Simian/LLUDP/LLAssets.cs @@ -30,7 +30,6 @@ namespace Simian { } - #region Xfer System void AssetUploadRequestHandler(Packet packet, Agent agent) diff --git a/Programs/Simian/LLUDP/LLMap.cs b/Programs/Simian/LLUDP/LLMap.cs index da034ce7..93e42b98 100644 --- a/Programs/Simian/LLUDP/LLMap.cs +++ b/Programs/Simian/LLUDP/LLMap.cs @@ -296,7 +296,7 @@ namespace Simian Logger.Log(String.Format("HyperGrid teleporting to {0} ({1}, {2}) @ {3}", link.RegionName, x, y, destination), Helpers.LogLevel.Info); - OSDMap teleport = CapsMessages.TeleportFinish(agent.ID, 4, link.RegionHandle, seedCap, (byte)SimAccess.Min, + OSDMap teleport = CapsMessages.TeleportFinish(agent.ID, 4, link.RegionHandle, seedCap, SimAccess.Min, entry.AddressList[0], link.UDPPort, TeleportFlags.ViaLocation); scene.SendEvent(agent, "TeleportFinish", teleport);