aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Scene.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs
index a880fe7..8f9663c 100644
--- a/OpenSim/Region/Framework/Scenes/Scene.cs
+++ b/OpenSim/Region/Framework/Scenes/Scene.cs
@@ -1132,10 +1132,7 @@ namespace OpenSim.Region.Framework.Scenes
1132 1132
1133 public int GetInaccurateNeighborCount() 1133 public int GetInaccurateNeighborCount()
1134 { 1134 {
1135 lock (m_neighbours) 1135 return m_neighbours.Count;
1136 {
1137 return m_neighbours.Count;
1138 }
1139 } 1136 }
1140 1137
1141 // This is the method that shuts down the scene. 1138 // This is the method that shuts down the scene.