mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* refactor: make shutdown a template method in the same manner as startup, for consistency's sake
This commit is contained in:
@@ -392,11 +392,9 @@ namespace OpenSim.Grid.UserServer
|
||||
|
||||
}
|
||||
|
||||
public override void Shutdown()
|
||||
protected override void ShutdownSpecific()
|
||||
{
|
||||
m_loginService.OnUserLoggedInAtLocation -= NotifyMessageServersUserLoggedInToLocation;
|
||||
|
||||
base.Shutdown();
|
||||
}
|
||||
|
||||
public void TestResponse(List<InventoryFolderBase> resp)
|
||||
|
||||
Reference in New Issue
Block a user