diff options
author | Justin Clarke Casey | 2008-05-07 16:24:15 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-07 16:24:15 +0000 |
commit | 250fb6f5dbcd6665c2783db08389b7e5ce698d5e (patch) | |
tree | ce50e5ed7f0709cd2f819ad3c4eca63338407463 /OpenSim/Grid/ScriptServer | |
parent | Thank you very much, Xantor for a patch to improve (diff) | |
download | opensim-SC_OLD-250fb6f5dbcd6665c2783db08389b7e5ce698d5e.zip opensim-SC_OLD-250fb6f5dbcd6665c2783db08389b7e5ce698d5e.tar.gz opensim-SC_OLD-250fb6f5dbcd6665c2783db08389b7e5ce698d5e.tar.bz2 opensim-SC_OLD-250fb6f5dbcd6665c2783db08389b7e5ce698d5e.tar.xz |
* 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)
Diffstat (limited to 'OpenSim/Grid/ScriptServer')
-rw-r--r-- | OpenSim/Grid/ScriptServer/ScriptServerMain.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs index 528b51c..e487c02 100644 --- a/OpenSim/Grid/ScriptServer/ScriptServerMain.cs +++ b/OpenSim/Grid/ScriptServer/ScriptServerMain.cs | |||
@@ -97,10 +97,6 @@ namespace OpenSim.Grid.ScriptServer | |||
97 | } | 97 | } |
98 | } | 98 | } |
99 | 99 | ||
100 | ~ScriptServerMain() | ||
101 | { | ||
102 | } | ||
103 | |||
104 | protected ConsoleBase CreateConsole() | 100 | protected ConsoleBase CreateConsole() |
105 | { | 101 | { |
106 | return new ConsoleBase("ScriptServer", this); | 102 | return new ConsoleBase("ScriptServer", this); |