RegionReady:

Back out some of the oar monitoring for the time being. Need to find  a better way to get feedback. Will re-visit this soon.
This commit is contained in:
BlueWall
2012-01-18 20:30:57 -05:00
parent e7619f7518
commit eea726d74e
2 changed files with 7 additions and 1 deletions

View File

@@ -100,12 +100,14 @@ namespace OpenSim.Region.CoreModules.World.Archiver
options.Add("s|skip-assets", delegate (string v) { skipAssets = v != null; });
// Send a message to the region ready module
/* bluewall* Disable this for the time being
IRegionReadyModule rready = m_scene.RequestModuleInterface<IRegionReadyModule>();
if (rready != null)
{
rready.OarLoadingAlert("load");
}
*/
List<string> mainParams = options.Parse(cmdparams);