diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index 7772f94..567ce2a 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4405,18 +4405,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
4405 | return sp; | 4405 | return sp; |
4406 | } | 4406 | } |
4407 | 4407 | ||
4408 | public virtual bool IncomingRetrieveRootAgent(UUID id, out IAgentData agent) | ||
4409 | { | ||
4410 | agent = null; | ||
4411 | ScenePresence sp = GetScenePresence(id); | ||
4412 | if ((sp != null) && (!sp.IsChildAgent)) | ||
4413 | { | ||
4414 | sp.IsChildAgent = true; | ||
4415 | return sp.CopyAgent(out agent); | ||
4416 | } | ||
4417 | |||
4418 | return false; | ||
4419 | } | ||
4420 | /// <summary> | 4408 | /// <summary> |
4421 | /// Authenticated close (via network) | 4409 | /// Authenticated close (via network) |
4422 | /// </summary> | 4410 | /// </summary> |