diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/FunSLUDP/LLPacketServer.cs | 6 |
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; | |||
31 | using libsecondlife.Packets; | 31 | using libsecondlife.Packets; |
32 | using OpenSim.Framework; | 32 | using OpenSim.Framework; |
33 | using OpenSim.Framework.Communications.Cache; | 33 | using OpenSim.Framework.Communications.Cache; |
34 | using OpenSim.Region.ClientStack.LindenUDP; | 34 | using OpenSim.Region.ClientStack.FunSLUDP; |
35 | 35 | ||
36 | namespace OpenSim.Region.ClientStack.LindenUDP | 36 | namespace 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 | } |