aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
index ee31773..30d6fb1 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs
@@ -1750,6 +1750,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
1750 TeleportFailedPacket tpFailed = (TeleportFailedPacket)PacketPool.Instance.GetPacket(PacketType.TeleportFailed); 1750 TeleportFailedPacket tpFailed = (TeleportFailedPacket)PacketPool.Instance.GetPacket(PacketType.TeleportFailed);
1751 tpFailed.Info.AgentID = AgentId; 1751 tpFailed.Info.AgentID = AgentId;
1752 tpFailed.Info.Reason = Utils.StringToBytes(reason); 1752 tpFailed.Info.Reason = Utils.StringToBytes(reason);
1753 tpFailed.AlertInfo = new TeleportFailedPacket.AlertInfoBlock[0];
1753 1754
1754 // Hack to get this out immediately and skip throttles 1755 // Hack to get this out immediately and skip throttles
1755 OutPacket(tpFailed, ThrottleOutPacketType.Unknown); 1756 OutPacket(tpFailed, ThrottleOutPacketType.Unknown);