Perform other region ready actions even if simulator is configured to leave logins disabled on startup.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-18 23:35:05 +01:00
parent 1971b6bb4f
commit 528004d349
4 changed files with 49 additions and 48 deletions

View File

@@ -2506,7 +2506,7 @@ namespace OpenSim.Region.Framework.Scenes
}
}
}
public void TriggerRegionReady(IScene scene)
{
RegionReady handler = OnRegionReady;