diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index 56c0992..bd8273d 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -701,8 +701,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
701 | { | 701 | { |
702 | object[] array = new object[] { buffer, packet }; | 702 | object[] array = new object[] { buffer, packet }; |
703 | 703 | ||
704 | //Util.FireAndForget(HandleUseCircuitCode, array); | 704 | Util.FireAndForget(HandleUseCircuitCode, array); |
705 | HandleUseCircuitCode(array); | ||
706 | 705 | ||
707 | return; | 706 | return; |
708 | } | 707 | } |