scripts line per second is no longer used and was wrong

This commit is contained in:
UbitUmarov
2021-04-22 13:33:00 +01:00
parent 84027166c8
commit c816c220af
6 changed files with 15 additions and 480 deletions

View File

@@ -2259,7 +2259,8 @@ namespace OpenSim.Region.Framework.Scenes
public void AddScriptLPS(int count)
{
m_scene.SceneGraph.AddToScriptLPS(count);
//legacy
//m_scene.SceneGraph.AddToScriptLPS(count);
}
public void AddActiveScriptCount(int count)