* Take out the 1 second sleep debugging line in ScenePresence

This commit is contained in:
Justin Clarke Casey
2008-11-10 19:48:06 +00:00
parent 2d89e562d7
commit adf1c40ba3

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;
}