aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-11-27 19:43:26 +0000
committerJustin Clarke Casey2008-11-27 19:43:26 +0000
commit45c50998c23657764918649b8966f429674b0c92 (patch)
treef925d3976b4ae277db3e732c429014e5c30e5b5e /OpenSim/Region/Environment/Scenes
parent* Add a file I forgot in the last commit. (diff)
downloadopensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.zip
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.gz
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.bz2
opensim-SC_OLD-45c50998c23657764918649b8966f429674b0c92.tar.xz
* Remove unused and largely unimplemented UpdateUserCurrentRegion()
* please say if this causes you a problem
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 610d442..0e11764 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -798,7 +798,6 @@ namespace OpenSim.Region.Environment.Scenes
798 m_pendingObjects = null; 798 m_pendingObjects = null;
799 799
800 m_scene.EventManager.TriggerOnMakeRootAgent(this); 800 m_scene.EventManager.TriggerOnMakeRootAgent(this);
801 m_scene.CommsManager.UserService.UpdateUserCurrentRegion(UUID, m_scene.RegionInfo.RegionID, m_scene.RegionInfo.RegionHandle);
802 } 801 }
803 802
804 /// <summary> 803 /// <summary>