* 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

@@ -178,7 +178,7 @@ namespace OpenSim.Grid.GridServer
*/
}
protected override void Shutdown()
public override void Shutdown()
{
foreach (IGridPlugin plugin in m_plugins) plugin.Close();