Merge branch 'master' into ubitworkmaster

avinationmerge
UbitUmarov 2014-08-08 00:52:41 +01:00
commit 2a457c862e
1 changed files with 1 additions and 1 deletions

View File

@ -6481,7 +6481,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
Action<IClientAPI> handlerRegionHandShakeReply = OnRegionHandShakeReply;
if (handlerRegionHandShakeReply != null)
{
Thread.Sleep(500);
Thread.Sleep(100);
handlerRegionHandShakeReply(this);
}