diff options
author | Justin Clark-Casey (justincc) | 2014-01-16 00:33:04 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-16 00:33:04 +0000 |
commit | 1a8b56fa876558648f68bb58fd170af79d82efd5 (patch) | |
tree | 432f622e65fda158d1b0aa0b3e68653a3bda018c /OpenSim/Region/Framework/Scenes | |
parent | Merge branch 'justincc-master' (diff) | |
parent | Can delete the Offline Messages sent to/from a user. (diff) | |
download | opensim-SC-1a8b56fa876558648f68bb58fd170af79d82efd5.zip opensim-SC-1a8b56fa876558648f68bb58fd170af79d82efd5.tar.gz opensim-SC-1a8b56fa876558648f68bb58fd170af79d82efd5.tar.bz2 opensim-SC-1a8b56fa876558648f68bb58fd170af79d82efd5.tar.xz |
Merge branch 'justincc-master'
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-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 610bcd6..a9fe556 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -4410,18 +4410,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
4410 | return sp; | 4410 | return sp; |
4411 | } | 4411 | } |
4412 | 4412 | ||
4413 | public virtual bool IncomingRetrieveRootAgent(UUID id, out IAgentData agent) | ||
4414 | { | ||
4415 | agent = null; | ||
4416 | ScenePresence sp = GetScenePresence(id); | ||
4417 | if ((sp != null) && (!sp.IsChildAgent)) | ||
4418 | { | ||
4419 | sp.IsChildAgent = true; | ||
4420 | return sp.CopyAgent(out agent); | ||
4421 | } | ||
4422 | |||
4423 | return false; | ||
4424 | } | ||
4425 | /// <summary> | 4413 | /// <summary> |
4426 | /// Authenticated close (via network) | 4414 | /// Authenticated close (via network) |
4427 | /// </summary> | 4415 | /// </summary> |