mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
* fix previous commit
This commit is contained in:
@@ -1063,7 +1063,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
StatsReporter.SetActiveScripts(m_sceneGraph.GetActiveScriptsCount());
|
||||
StatsReporter.addScriptLines(m_sceneGraph.GetScriptLPS());
|
||||
}
|
||||
if (loginsdisabled && ((m_frame % 20) == 0))
|
||||
if (loginsdisabled && (m_frame > 20))
|
||||
{
|
||||
m_log.Debug("[REGION]: Enabling Logins");
|
||||
loginsdisabled = false;
|
||||
|
||||
Reference in New Issue
Block a user