diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs index 19cb0c1..fe9fe31 100644 --- a/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs +++ b/OpenSim/Region/Framework/Scenes/SceneCommunicationService.cs | |||
@@ -225,7 +225,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
225 | { | 225 | { |
226 | uint x = 0, y = 0; | 226 | uint x = 0, y = 0; |
227 | List<string> simulatorList = new List<string>(); | 227 | List<string> simulatorList = new List<string>(); |
228 | foreach (ulong regionHandle in presence.KnownChildRegionHandles) | 228 | foreach (ulong regionHandle in presence.KnownRegionHandles) |
229 | { | 229 | { |
230 | if (regionHandle != m_regionInfo.RegionHandle) | 230 | if (regionHandle != m_regionInfo.RegionHandle) |
231 | { | 231 | { |