mirror of
https://github.com/opensim/opensim.git
synced 2026-06-26 16:55:38 +08:00
* Move shutdown processing to base OpenSimServer, overriding the method where appropriate
* This also means that the command quit (as well as shutdown) will now close down grid servers (instead of only being in place for the region server)
This commit is contained in:
@@ -97,10 +97,6 @@ namespace OpenSim.Grid.ScriptServer
|
||||
}
|
||||
}
|
||||
|
||||
~ScriptServerMain()
|
||||
{
|
||||
}
|
||||
|
||||
protected ConsoleBase CreateConsole()
|
||||
{
|
||||
return new ConsoleBase("ScriptServer", this);
|
||||
|
||||
Reference in New Issue
Block a user