diff options
author | Justin Clarke Casey | 2008-05-09 13:21:12 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-05-09 13:21:12 +0000 |
commit | 313a635d1ec368b14a1678bdf7813138972f3bbc (patch) | |
tree | 9bbe16ca9d6be132ba38eb2e966ae87d616063ee /OpenSim/Grid/UserServer | |
parent | * Valid Sculpted prim now collide properly. (diff) | |
download | opensim-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 'OpenSim/Grid/UserServer')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index b6f59e1..e1ccd02 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs | |||
@@ -244,7 +244,7 @@ namespace OpenSim.Grid.UserServer | |||
244 | } | 244 | } |
245 | } | 245 | } |
246 | 246 | ||
247 | protected override void Shutdown() | 247 | public override void Shutdown() |
248 | { | 248 | { |
249 | m_loginService.OnUserLoggedInAtLocation -= NotifyMessageServersUserLoggedInToLocation; | 249 | m_loginService.OnUserLoggedInAtLocation -= NotifyMessageServersUserLoggedInToLocation; |
250 | 250 | ||