aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2014-08-22 00:01:50 +0100
committerUbitUmarov2014-08-22 00:01:50 +0100
commit0da7f8e863ae185c38cbcee0d0fe0f11e09647b9 (patch)
tree986c75b8c5488d50d999ee1db8b5c0e83c4566a8 /OpenSim
parent replace hack by sog kills on tp out (diff)
downloadopensim-SC_OLD-0da7f8e863ae185c38cbcee0d0fe0f11e09647b9.zip
opensim-SC_OLD-0da7f8e863ae185c38cbcee0d0fe0f11e09647b9.tar.gz
opensim-SC_OLD-0da7f8e863ae185c38cbcee0d0fe0f11e09647b9.tar.bz2
opensim-SC_OLD-0da7f8e863ae185c38cbcee0d0fe0f11e09647b9.tar.xz
silly...
Diffstat (limited to 'OpenSim')
-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);