mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Fix opensim region server shutdown.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user