aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs')
-rw-r--r--OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
index 3a842aa..447cd6f 100644
--- a/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
+++ b/OpenSim/Region/Environment/Scenes/SceneCommunicationService.cs
@@ -728,6 +728,7 @@ namespace OpenSim.Region.Environment.Scenes
728 if (Util.fast_distance2d((int)(newRegionX - oldRegionX), (int)(newRegionY - oldRegionY)) > 3) 728 if (Util.fast_distance2d((int)(newRegionX - oldRegionX), (int)(newRegionY - oldRegionY)) > 3)
729 { 729 {
730 SendCloseChildAgentConnections(avatar.UUID,avatar.GetKnownRegionList()); 730 SendCloseChildAgentConnections(avatar.UUID,avatar.GetKnownRegionList());
731 CloseConnection(m_regionInfo.RegionHandle, avatar.UUID);
731 } 732 }
732 // if (teleport success) // seems to be always success here 733 // if (teleport success) // seems to be always success here
733 // the user may change their profile information in other region, 734 // the user may change their profile information in other region,