aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/Main.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-05-09 13:21:12 +0000
committerJustin Clarke Casey2008-05-09 13:21:12 +0000
commit313a635d1ec368b14a1678bdf7813138972f3bbc (patch)
tree9bbe16ca9d6be132ba38eb2e966ae87d616063ee /OpenSim/Grid/MessagingServer/Main.cs
parent* Valid Sculpted prim now collide properly. (diff)
downloadopensim-SC_OLD-313a635d1ec368b14a1678bdf7813138972f3bbc.zip
opensim-SC_OLD-313a635d1ec368b14a1678bdf7813138972f3bbc.tar.gz
opensim-SC_OLD-313a635d1ec368b14a1678bdf7813138972f3bbc.tar.bz2
opensim-SC_OLD-313a635d1ec368b14a1678bdf7813138972f3bbc.tar.xz
* Fix opensim region server shutdown.
Diffstat (limited to '')
-rw-r--r--OpenSim/Grid/MessagingServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/MessagingServer/Main.cs b/OpenSim/Grid/MessagingServer/Main.cs
index 22a7d9c..9020ca4 100644
--- a/OpenSim/Grid/MessagingServer/Main.cs
+++ b/OpenSim/Grid/MessagingServer/Main.cs
@@ -142,7 +142,7 @@ namespace OpenSim.Grid.MessagingServer
142 } 142 }
143 } 143 }
144 144
145 protected override void Shutdown() 145 public override void Shutdown()
146 { 146 {
147 msgsvc.deregisterWithUserServer(); 147 msgsvc.deregisterWithUserServer();
148 148