aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
authorUbitUmarov2014-08-21 06:11:19 +0100
committerUbitUmarov2014-08-21 06:11:19 +0100
commitad6f9422792f981cf1c4b240a2a443075624b614 (patch)
tree7f49851e03e61f09048b6badfa81f4a0ca9d590c /OpenSim/Region/Framework/Scenes/ScenePresence.cs
parentbug fix (diff)
downloadopensim-SC-ad6f9422792f981cf1c4b240a2a443075624b614.zip
opensim-SC-ad6f9422792f981cf1c4b240a2a443075624b614.tar.gz
opensim-SC-ad6f9422792f981cf1c4b240a2a443075624b614.tar.bz2
opensim-SC-ad6f9422792f981cf1c4b240a2a443075624b614.tar.xz
add filter sog updates
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/ScenePresence.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index ea09379..34d0eaa 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1916,7 +1916,6 @@ namespace OpenSim.Region.Framework.Scenes
1916 if (ParcelHideThisAvatar && currentParcelUUID != p.currentParcelUUID && p.GodLevel < 200) 1916 if (ParcelHideThisAvatar && currentParcelUUID != p.currentParcelUUID && p.GodLevel < 200)
1917 return; 1917 return;
1918 1918
1919 p.ControllingClient.SendPartFullUpdate(sog.RootPart,LocalId + 1);
1920 sog.SendFullUpdateToClient(p.ControllingClient); 1919 sog.SendFullUpdateToClient(p.ControllingClient);
1921 SendFullUpdateToClient(p.ControllingClient); // resend our data by updates path 1920 SendFullUpdateToClient(p.ControllingClient); // resend our data by updates path
1922 }); 1921 });
@@ -4748,7 +4747,6 @@ namespace OpenSim.Region.Framework.Scenes
4748 { 4747 {
4749 if (p == this || !sog.HasPrivateAttachmentPoint) 4748 if (p == this || !sog.HasPrivateAttachmentPoint)
4750 { 4749 {
4751 p.ControllingClient.SendPartFullUpdate(sog.RootPart, LocalId +1 );
4752 sog.SendFullUpdateToClient(p.ControllingClient); 4750 sog.SendFullUpdateToClient(p.ControllingClient);
4753 } 4751 }
4754 } 4752 }