diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Grid/UserServer/Main.cs | 2 | ||||
-rw-r--r-- | OpenSim/Grid/UserServer/UserManager.cs | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Grid/UserServer/Main.cs b/OpenSim/Grid/UserServer/Main.cs index 6d7a331..4fc5815 100644 --- a/OpenSim/Grid/UserServer/Main.cs +++ b/OpenSim/Grid/UserServer/Main.cs | |||
@@ -415,7 +415,7 @@ namespace OpenSim.Grid.UserServer | |||
415 | 415 | ||
416 | } | 416 | } |
417 | 417 | ||
418 | protected override void ShutdownSpecific() | 418 | public override void ShutdownSpecific() |
419 | { | 419 | { |
420 | m_loginService.OnUserLoggedInAtLocation -= NotifyMessageServersUserLoggedInToLocation; | 420 | m_loginService.OnUserLoggedInAtLocation -= NotifyMessageServersUserLoggedInToLocation; |
421 | } | 421 | } |
diff --git a/OpenSim/Grid/UserServer/UserManager.cs b/OpenSim/Grid/UserServer/UserManager.cs index 377ff3a..65e19b2 100644 --- a/OpenSim/Grid/UserServer/UserManager.cs +++ b/OpenSim/Grid/UserServer/UserManager.cs | |||
@@ -816,6 +816,5 @@ namespace OpenSim.Grid.UserServer | |||
816 | { | 816 | { |
817 | LogoutUsers(regionID); | 817 | LogoutUsers(regionID); |
818 | } | 818 | } |
819 | |||
820 | } | 819 | } |
821 | } | 820 | } |