even less kills on tps
parent
6857afe2a4
commit
3ee6144d0c
|
@ -5966,7 +5966,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
public void HasMovedAway()
|
||||
{
|
||||
List<ScenePresence> allpresences = m_scene.GetScenePresences();
|
||||
foreach (ScenePresence p in allpresences)
|
||||
/* foreach (ScenePresence p in allpresences)
|
||||
{
|
||||
if (p == this)
|
||||
continue;
|
||||
|
@ -5974,6 +5974,7 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
if (!p.IsChildAgent)
|
||||
p.SendKillTo(this);
|
||||
}
|
||||
*/
|
||||
if (Scene.AttachmentsModule != null)
|
||||
Scene.AttachmentsModule.DeleteAttachmentsFromScene(this, true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue