Reimplemented running of ShutdownCommandFile. Mantis #2800

This commit is contained in:
MW
2008-12-11 14:31:58 +00:00
parent a8fff196f5
commit fa28d1ab7d

View File

@@ -129,6 +129,15 @@ namespace OpenSim
ChangeSelectedRegion(new string[] {"root"});
}
public override void ShutdownSpecific()
{
if (m_shutdownCommandsFile != String.Empty)
{
RunCommandScript(m_shutdownCommandsFile);
}
base.ShutdownSpecific();
}
private void RunAutoTimerScript(object sender, EventArgs e)
{
if (m_timedScript != "disabled")