aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Grid/GridServer')
-rw-r--r--OpenSim/Grid/GridServer/GridServerBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/GridServer/GridServerBase.cs b/OpenSim/Grid/GridServer/GridServerBase.cs
index 9652765..68edbd2 100644
--- a/OpenSim/Grid/GridServer/GridServerBase.cs
+++ b/OpenSim/Grid/GridServer/GridServerBase.cs
@@ -195,7 +195,7 @@ namespace OpenSim.Grid.GridServer
195 */ 195 */
196 } 196 }
197 197
198 protected override void ShutdownSpecific() 198 public override void ShutdownSpecific()
199 { 199 {
200 foreach (IGridPlugin plugin in m_plugins) plugin.Dispose(); 200 foreach (IGridPlugin plugin in m_plugins) plugin.Dispose();
201 } 201 }