aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 260dfc8..d3ed228 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -5858,8 +5858,8 @@ namespace OpenSim.Region.Framework.Scenes
5858 { 5858 {
5859 if (p == this) 5859 if (p == this)
5860 continue; 5860 continue;
5861 p.ControllingClient.SendKillObject(myids); 5861 p.ControllingClient.SendKillObject(myids);
5862 p.SendKillTo(this); 5862 p.SendFullKillsTo(this);
5863 } 5863 }
5864 if (Scene.AttachmentsModule != null) 5864 if (Scene.AttachmentsModule != null)
5865 Scene.AttachmentsModule.DeleteAttachmentsFromScene(this, true); 5865 Scene.AttachmentsModule.DeleteAttachmentsFromScene(this, true);