Reinsert 200ms sleep accidentally removed in commit 7dbc93c (Wed Sep 18 21:41:51 2013 +0100)

0.7.6-extended
Justin Clark-Casey (justincc) 2013-09-25 18:29:14 +01:00
parent 516ab5d8c6
commit 7eb5680c38
1 changed files with 2 additions and 2 deletions

View File

@ -1722,9 +1722,9 @@ namespace OpenSim.Region.ClientStack.LindenUDP
m_log.DebugFormat(
"[LLUDPSERVER]: Received a CompleteMovementIntoRegion from {0} in {1} but no client exists. Waiting.",
endPoint, m_scene.Name);
Thread.Sleep(200);
}
Thread.Sleep(200);
}
if (client == null)