mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Reimplemented running of ShutdownCommandFile. Mantis #2800
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user