Merge branch 'master' into ubitworkmaster
commit
2a457c862e
|
@ -6481,7 +6481,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||||
Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply;
|
Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply;
|
||||||
if (handlerRegionHandShakeReply != null)
|
if (handlerRegionHandShakeReply != null)
|
||||||
{
|
{
|
||||||
Thread.Sleep(500);
|
Thread.Sleep(100);
|
||||||
handlerRegionHandShakeReply(this);
|
handlerRegionHandShakeReply(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue