diff options
author | UbitUmarov | 2014-08-25 14:15:53 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-25 14:15:53 +0100 |
commit | b1f14ad62f23d4cdb44ec529704d53e6eef7eb55 (patch) | |
tree | 8d5d028030232c4c476c209281cd45a04f7dea2b /OpenSim | |
parent | *test* send kills and hack (diff) | |
download | opensim-SC-b1f14ad62f23d4cdb44ec529704d53e6eef7eb55.zip opensim-SC-b1f14ad62f23d4cdb44ec529704d53e6eef7eb55.tar.gz opensim-SC-b1f14ad62f23d4cdb44ec529704d53e6eef7eb55.tar.bz2 opensim-SC-b1f14ad62f23d4cdb44ec529704d53e6eef7eb55.tar.xz |
back to just kills
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index fb2d29b..4fa95fd 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -5984,7 +5984,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
5984 | List<uint> ids = new List<uint>(m_attachments.Count + 1); | 5984 | List<uint> ids = new List<uint>(m_attachments.Count + 1); |
5985 | foreach (SceneObjectGroup sog in m_attachments) | 5985 | foreach (SceneObjectGroup sog in m_attachments) |
5986 | { | 5986 | { |
5987 | p.ControllingClient.SendPartFullUpdate(sog.RootPart, LocalId + 1); | ||
5988 | ids.Add(sog.RootPart.LocalId); | 5987 | ids.Add(sog.RootPart.LocalId); |
5989 | } | 5988 | } |
5990 | 5989 | ||