mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
* Fix opensim region server shutdown.
This commit is contained in:
@@ -178,7 +178,7 @@ namespace OpenSim.Grid.GridServer
|
||||
*/
|
||||
}
|
||||
|
||||
protected override void Shutdown()
|
||||
public override void Shutdown()
|
||||
{
|
||||
foreach (IGridPlugin plugin in m_plugins) plugin.Close();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user