diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Scene.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 7c0375e..30c69a8 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -1133,10 +1133,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1133 | 1133 | ||
1134 | public int GetInaccurateNeighborCount() | 1134 | public int GetInaccurateNeighborCount() |
1135 | { | 1135 | { |
1136 | lock (m_neighbours) | 1136 | return m_neighbours.Count; |
1137 | { | ||
1138 | return m_neighbours.Count; | ||
1139 | } | ||
1140 | } | 1137 | } |
1141 | 1138 | ||
1142 | // This is the method that shuts down the scene. | 1139 | // This is the method that shuts down the scene. |