diff options
Diffstat (limited to 'OpenSim/Region/Application/OpenSimBase.cs')
-rw-r--r-- | OpenSim/Region/Application/OpenSimBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Application/OpenSimBase.cs b/OpenSim/Region/Application/OpenSimBase.cs index f7ffa00..75bdcf3 100644 --- a/OpenSim/Region/Application/OpenSimBase.cs +++ b/OpenSim/Region/Application/OpenSimBase.cs | |||
@@ -484,6 +484,8 @@ namespace OpenSim | |||
484 | 484 | ||
485 | for (int i = 0; i < m_clientServers.Count; i++) | 485 | for (int i = 0; i < m_clientServers.Count; i++) |
486 | { | 486 | { |
487 | //--> Melanie, the following needs to be fixed | ||
488 | // the Equals override is not returning true if the locations are actually equal | ||
487 | if (m_clientServers[i].HandlesRegion(new Location(whichRegion.RegionHandle))) | 489 | if (m_clientServers[i].HandlesRegion(new Location(whichRegion.RegionHandle))) |
488 | { | 490 | { |
489 | clientServerElement = i; | 491 | clientServerElement = i; |