aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index d4d6979..9402f8b 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2923,9 +2923,8 @@ namespace OpenSim.Region.Framework.Scenes
2923 2923
2924 public void CopyTo(AgentData cAgent) 2924 public void CopyTo(AgentData cAgent)
2925 { 2925 {
2926// DEBUG ON 2926 cAgent.CallbackURI = m_callbackURI;
2927 m_log.ErrorFormat("[SCENEPRESENCE] CALLING COPYTO"); 2927
2928// DEBUG OFF
2929 cAgent.AgentID = UUID; 2928 cAgent.AgentID = UUID;
2930 cAgent.RegionID = Scene.RegionInfo.RegionID; 2929 cAgent.RegionID = Scene.RegionInfo.RegionID;
2931 2930