diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index e9a087b..8a28faf 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -6481,7 +6481,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
6481 | Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply; | 6481 | Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply; |
6482 | if (handlerRegionHandShakeReply != null) | 6482 | if (handlerRegionHandShakeReply != null) |
6483 | { | 6483 | { |
6484 | Thread.Sleep(500); | 6484 | Thread.Sleep(100); |
6485 | handlerRegionHandShakeReply(this); | 6485 | handlerRegionHandShakeReply(this); |
6486 | } | 6486 | } |
6487 | 6487 | ||