diff options
author | CasperW | 2009-12-20 16:20:48 +0100 |
---|---|---|
committer | CasperW | 2009-12-20 16:20:48 +0100 |
commit | c7a457f9eee62dc793ea68de5ffa74f6a990990f (patch) | |
tree | 134099d9e169df630cf25b48a615ff67014d31f1 /OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs | |
parent | Merge branch 'tests' (diff) | |
parent | Reverted my changes to jhurliman's packet stack since it currently causes mor... (diff) | |
download | opensim-SC_OLD-c7a457f9eee62dc793ea68de5ffa74f6a990990f.zip opensim-SC_OLD-c7a457f9eee62dc793ea68de5ffa74f6a990990f.tar.gz opensim-SC_OLD-c7a457f9eee62dc793ea68de5ffa74f6a990990f.tar.bz2 opensim-SC_OLD-c7a457f9eee62dc793ea68de5ffa74f6a990990f.tar.xz |
Merge branch 'casper'
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs b/OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs index 7dc42d3..1a1a1cb 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs | |||
@@ -28,7 +28,6 @@ | |||
28 | using System; | 28 | using System; |
29 | using OpenSim.Framework; | 29 | using OpenSim.Framework; |
30 | using OpenMetaverse; | 30 | using OpenMetaverse; |
31 | using OpenMetaverse.Packets; | ||
32 | 31 | ||
33 | namespace OpenSim.Region.ClientStack.LindenUDP | 32 | namespace OpenSim.Region.ClientStack.LindenUDP |
34 | { | 33 | { |
@@ -53,8 +52,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
53 | public int TickCount; | 52 | public int TickCount; |
54 | /// <summary>Category this packet belongs to</summary> | 53 | /// <summary>Category this packet belongs to</summary> |
55 | public ThrottleOutPacketType Category; | 54 | public ThrottleOutPacketType Category; |
56 | /// <summary>The type of packet so its delivery method can be determined</summary> | 55 | |
57 | public PacketType Type; | ||
58 | /// <summary> | 56 | /// <summary> |
59 | /// Default constructor | 57 | /// Default constructor |
60 | /// </summary> | 58 | /// </summary> |