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

varregion
Justin Clark-Casey (justincc) 2013-09-25 18:29:14 +01:00
parent f384a6291e
commit 732554be04
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)