aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-09 16:23:11 +0000
committerJustin Clarke Casey2008-10-09 16:23:11 +0000
commitdb0d90c737b1d3e48d3f6150d3d88d6f3a22ead2 (patch)
tree10dff435de4e98840b1427b597a5e4e893ef259d /OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs
parent* Fixes simstats reporter. I'm sure this issue caused all sorts of things r... (diff)
downloadopensim-SC_OLD-db0d90c737b1d3e48d3f6150d3d88d6f3a22ead2.zip
opensim-SC_OLD-db0d90c737b1d3e48d3f6150d3d88d6f3a22ead2.tar.gz
opensim-SC_OLD-db0d90c737b1d3e48d3f6150d3d88d6f3a22ead2.tar.bz2
opensim-SC_OLD-db0d90c737b1d3e48d3f6150d3d88d6f3a22ead2.tar.xz
* minor: very small doc addition
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs')
-rw-r--r--OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs
index e2d2226..691afb3 100644
--- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs
+++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketServer.cs
@@ -67,7 +67,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
67 } 67 }
68 68
69 /// <summary> 69 /// <summary>
70 /// 70 /// Process an incoming packet.
71 /// </summary> 71 /// </summary>
72 /// <param name="circuitCode"></param> 72 /// <param name="circuitCode"></param>
73 /// <param name="packet"></param> 73 /// <param name="packet"></param>