mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user