aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorJonathan Freedman2010-10-20 02:36:59 -0400
committerTeravus Ovares (Dan Olivares)2010-10-20 22:36:29 -0400
commit017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e (patch)
tree97978c1c3b2b108cc96161681141d135eabd1bc1 /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parent* more url / hg cleanup (diff)
downloadopensim-SC_OLD-017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.zip
opensim-SC_OLD-017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.tar.gz
opensim-SC_OLD-017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.tar.bz2
opensim-SC_OLD-017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.tar.xz
* remove some spurious debug info
* The last 4 commits are a patch from otakup0pe that's supposed to make URLs better somehow in an effort to make it easier to do hypergrid (I think).. But as it seems that I'm the only one who was able to apply the patch.. and I looked it over and it doesn't look like it breaks anything via the diffs.. I'll sign off on it. Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 13d9964..c223b4b 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2976,6 +2976,8 @@ namespace OpenSim.Region.Framework.Scenes
2976 2976
2977 public void CopyTo(AgentData cAgent) 2977 public void CopyTo(AgentData cAgent)
2978 { 2978 {
2979 cAgent.CallbackURI = m_callbackURI;
2980
2979 cAgent.AgentID = UUID; 2981 cAgent.AgentID = UUID;
2980 cAgent.RegionID = Scene.RegionInfo.RegionID; 2982 cAgent.RegionID = Scene.RegionInfo.RegionID;
2981 2983