* Take out the 1 second sleep debugging line in ScenePresence
parent
2d89e562d7
commit
adf1c40ba3
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue