diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs index b1752c1..a130ffe 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPServer.cs | |||
@@ -1722,9 +1722,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
1722 | m_log.DebugFormat( | 1722 | m_log.DebugFormat( |
1723 | "[LLUDPSERVER]: Received a CompleteMovementIntoRegion from {0} in {1} but no client exists. Waiting.", | 1723 | "[LLUDPSERVER]: Received a CompleteMovementIntoRegion from {0} in {1} but no client exists. Waiting.", |
1724 | endPoint, m_scene.Name); | 1724 | endPoint, m_scene.Name); |
1725 | |||
1726 | Thread.Sleep(200); | ||
1727 | } | 1725 | } |
1726 | |||
1727 | Thread.Sleep(200); | ||
1728 | } | 1728 | } |
1729 | 1729 | ||
1730 | if (client == null) | 1730 | if (client == null) |