mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service.
This commit is contained in:
@@ -557,7 +557,7 @@ namespace OpenSim
|
||||
/// <summary>
|
||||
/// Performs any last-minute sanity checking and shuts down the region server
|
||||
/// </summary>
|
||||
protected override void ShutdownSpecific()
|
||||
public override void ShutdownSpecific()
|
||||
{
|
||||
if (proxyUrl.Length > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user