aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index fa608a9..6c891ab 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -5133,14 +5133,12 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5133 if (lma == null) 5133 if (lma == null)
5134 { 5134 {
5135 // Failed to find landmark 5135 // Failed to find landmark
5136
5137 TeleportCancelPacket tpCancel = (TeleportCancelPacket)PacketPool.Instance.GetPacket(PacketType.TeleportCancel); 5136 TeleportCancelPacket tpCancel = (TeleportCancelPacket)PacketPool.Instance.GetPacket(PacketType.TeleportCancel);
5138 tpCancel.Info.SessionID = tpReq.Info.SessionID; 5137 tpCancel.Info.SessionID = tpReq.Info.SessionID;
5139 tpCancel.Info.AgentID = tpReq.Info.AgentID; 5138 tpCancel.Info.AgentID = tpReq.Info.AgentID;
5140 OutPacket(tpCancel, ThrottleOutPacketType.Task); 5139 OutPacket(tpCancel, ThrottleOutPacketType.Task);
5141 } 5140 }
5142 5141
5143
5144 try 5142 try
5145 { 5143 {
5146 lm = new AssetLandmark(lma); 5144 lm = new AssetLandmark(lma);
@@ -5157,7 +5155,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
5157 } 5155 }
5158 else 5156 else
5159 { 5157 {
5160
5161 // Teleport home request 5158 // Teleport home request
5162 handlerTeleportHomeRequest = OnTeleportHomeRequest; 5159 handlerTeleportHomeRequest = OnTeleportHomeRequest;
5163 if (handlerTeleportHomeRequest != null) 5160 if (handlerTeleportHomeRequest != null)