Reimplemented running of ShutdownCommandFile. Mantis #2800

0.6.1-post-fixes
MW 2008-12-11 14:31:58 +00:00
parent a8fff196f5
commit fa28d1ab7d
1 changed files with 9 additions and 0 deletions

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")