* Fix opensim region server shutdown.

This commit is contained in:
Justin Clarke Casey
2008-05-09 13:21:12 +00:00
parent b7baa3cd2a
commit 313a635d1e
6 changed files with 11 additions and 47 deletions

View File

@@ -244,7 +244,7 @@ namespace OpenSim.Grid.UserServer
}
}
protected override void Shutdown()
public override void Shutdown()
{
m_loginService.OnUserLoggedInAtLocation -= NotifyMessageServersUserLoggedInToLocation;