mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
* refactor: make shutdown a template method in the same manner as startup, for consistency's sake
This commit is contained in:
@@ -160,11 +160,9 @@ namespace OpenSim.Grid.MessagingServer
|
||||
m_console.Notice("clear-cache - Clears region cache. Should be done when regions change position. The region cache gets stale after a while.");
|
||||
}
|
||||
|
||||
public override void Shutdown()
|
||||
protected override void ShutdownSpecific()
|
||||
{
|
||||
msgsvc.deregisterWithUserServer();
|
||||
|
||||
base.Shutdown();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user