aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs4
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 @@
28using System; 28using System;
29using OpenSim.Framework; 29using OpenSim.Framework;
30using OpenMetaverse; 30using OpenMetaverse;
31using OpenMetaverse.Packets;
32 31
33namespace OpenSim.Region.ClientStack.LindenUDP 32namespace 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>