diff options
author | Justin Clarke Casey | 2009-01-15 21:27:55 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-01-15 21:27:55 +0000 |
commit | 093adb2113d748f28554393cc8a6fe53502126dc (patch) | |
tree | 5565cca869b7a83845efc129f21e5f1219c16adf /OpenSim/Region/ClientStack | |
parent | Small bit of refactoring related to the hypergrid link loading from xml files. (diff) | |
download | opensim-SC_OLD-093adb2113d748f28554393cc8a6fe53502126dc.zip opensim-SC_OLD-093adb2113d748f28554393cc8a6fe53502126dc.tar.gz opensim-SC_OLD-093adb2113d748f28554393cc8a6fe53502126dc.tar.bz2 opensim-SC_OLD-093adb2113d748f28554393cc8a6fe53502126dc.tar.xz |
* Add new unit test for simple teleport in a standalone.
* Does not yet check results.
Diffstat (limited to 'OpenSim/Region/ClientStack')
-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()); |