* Fix opensim region server shutdown.

This commit is contained in:
Justin Clarke Casey
2008-05-09 13:21:12 +00:00
parent b7baa3cd2a
commit 313a635d1e
6 changed files with 11 additions and 47 deletions

View File

@@ -52,7 +52,7 @@ namespace OpenSim.Framework.Servers
/// <summary>
/// Should be overriden by descendents if they need to perform extra shutdown processing
/// </summary>
protected virtual void Shutdown()
public virtual void Shutdown()
{
m_console.Close();
Environment.Exit(0);