mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +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:
@@ -195,7 +195,7 @@ namespace OpenSim.Grid.GridServer
|
||||
*/
|
||||
}
|
||||
|
||||
protected override void ShutdownSpecific()
|
||||
public override void ShutdownSpecific()
|
||||
{
|
||||
foreach (IGridPlugin plugin in m_plugins) plugin.Dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user