diff options
author | Justin Clark-Casey (justincc) | 2010-10-22 23:34:37 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-10-22 23:34:37 +0100 |
commit | cddcb53b177cfa18a00db2320929de455c8e0e58 (patch) | |
tree | 3a0e8c7e8d1070b1b20685ec29294b9391742b47 /OpenSim/Region | |
parent | Fix llParcelMediaCommandList() so that it applies commands only to the parcel... (diff) | |
download | opensim-SC_OLD-cddcb53b177cfa18a00db2320929de455c8e0e58.zip opensim-SC_OLD-cddcb53b177cfa18a00db2320929de455c8e0e58.tar.gz opensim-SC_OLD-cddcb53b177cfa18a00db2320929de455c8e0e58.tar.bz2 opensim-SC_OLD-cddcb53b177cfa18a00db2320929de455c8e0e58.tar.xz |
Revert "* remove some spurious debug info"
This reverts commit 017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index c223b4b..13d9964 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -2976,8 +2976,6 @@ 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 | |||
2981 | cAgent.AgentID = UUID; | 2979 | cAgent.AgentID = UUID; |
2982 | cAgent.RegionID = Scene.RegionInfo.RegionID; | 2980 | cAgent.RegionID = Scene.RegionInfo.RegionID; |
2983 | 2981 | ||