aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorMelanie Thielker2008-10-27 23:46:34 +0000
committerMelanie Thielker2008-10-27 23:46:34 +0000
commit9a36afec6e09b3de8354105eda91678732c6fbe9 (patch)
treefda589e4956b3413eff35b29f1c658ad8e138a79 /OpenSim/Region
parent* Remove the OpenSim GUI. (diff)
downloadopensim-SC_OLD-9a36afec6e09b3de8354105eda91678732c6fbe9.zip
opensim-SC_OLD-9a36afec6e09b3de8354105eda91678732c6fbe9.tar.gz
opensim-SC_OLD-9a36afec6e09b3de8354105eda91678732c6fbe9.tar.bz2
opensim-SC_OLD-9a36afec6e09b3de8354105eda91678732c6fbe9.tar.xz
Experimental patch (suggested by diva) to kill off WP teleport ghosts.
Diffstat (limited to 'OpenSim/Region')
-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,