mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +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:
@@ -816,6 +816,5 @@ namespace OpenSim.Grid.UserServer
|
||||
{
|
||||
LogoutUsers(regionID);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user