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

@@ -5441,7 +5441,8 @@ namespace OpenSim.Region.Framework.Scenes
public void AddScriptLPS(int count)
{
ParentGroup.AddScriptLPS(count);
//legacy, do nothing
//ParentGroup.AddScriptLPS(count);
}
/// <summary>