diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs index b786989..2e9af74 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLUDPServer.cs | |||
@@ -395,8 +395,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
395 | "[CLIENT]: Adding new circuit for agent {0}, circuit code {1}", | 395 | "[CLIENT]: Adding new circuit for agent {0}, circuit code {1}", |
396 | useCircuit.CircuitCode.ID, useCircuit.CircuitCode.Code); | 396 | useCircuit.CircuitCode.ID, useCircuit.CircuitCode.Code); |
397 | 397 | ||
398 | clientCircuits.Add(epSender, useCircuit.CircuitCode.Code); | 398 | clientCircuits.Add(epSender, useCircuit.CircuitCode.Code); |
399 | |||
400 | isNewCircuit = true; | 399 | isNewCircuit = true; |
401 | } | 400 | } |
402 | } | 401 | } |