diff options
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> |