aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs b/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs
index 2a3f2e1..08b722c 100644
--- a/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs
+++ b/OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs
@@ -31,9 +31,9 @@ using libsecondlife;
31using libsecondlife.Packets; 31using libsecondlife.Packets;
32using OpenSim.Framework; 32using OpenSim.Framework;
33using OpenSim.Framework.Communications.Cache; 33using OpenSim.Framework.Communications.Cache;
34using OpenSim.Region.ClientStack.LindenUDP; 34using OpenSim.Region.ClientStack.FunSLUDP;
35 35
36namespace OpenSim.Region.ClientStack.LindenUDP 36namespace OpenSim.Region.ClientStack.FunSLUDP
37{ 37{
38 public class LLPacketServer 38 public class LLPacketServer
39 { 39 {
@@ -147,4 +147,4 @@ namespace OpenSim.Region.ClientStack.LindenUDP
147 client.Close(false); 147 client.Close(false);
148 } 148 }
149 } 149 }
150} \ No newline at end of file 150}