aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs
diff options
context:
space:
mode:
authorCasperW2009-12-20 16:20:48 +0100
committerCasperW2009-12-20 16:20:48 +0100
commitc7a457f9eee62dc793ea68de5ffa74f6a990990f (patch)
tree134099d9e169df630cf25b48a615ff67014d31f1 /OpenSim/Region/ClientStack/LindenUDP/OutgoingPacket.cs
parentMerge branch 'tests' (diff)
parentReverted my changes to jhurliman's packet stack since it currently causes mor... (diff)
downloadopensim-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.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>