* Take out the 1 second sleep debugging line in ScenePresence

0.6.1-post-fixes
Justin Clarke Casey 2008-11-10 19:48:06 +00:00
parent 2d89e562d7
commit adf1c40ba3
1 changed files with 0 additions and 1 deletions

View File

@ -694,7 +694,6 @@ namespace OpenSim.Region.Environment.Scenes
if (part != part.ParentGroup.RootPart)
continue;
System.Threading.Thread.Sleep(1000);
part.ParentGroup.SendFullUpdateToClient(ControllingClient);
continue;
}