diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index ebbecb7..30f6f0f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -5824,6 +5824,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5824 | 5824 | ||
5825 | } | 5825 | } |
5826 | break; | 5826 | break; |
5827 | |||
5827 | case PacketType.TeleportLocationRequest: | 5828 | case PacketType.TeleportLocationRequest: |
5828 | TeleportLocationRequestPacket tpLocReq = (TeleportLocationRequestPacket)Pack; | 5829 | TeleportLocationRequestPacket tpLocReq = (TeleportLocationRequestPacket)Pack; |
5829 | // Console.WriteLine(tpLocReq.ToString()); | 5830 | // Console.WriteLine(tpLocReq.ToString()); |