diff options
author | UbitUmarov | 2014-08-21 04:07:23 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-21 04:07:23 +0100 |
commit | 87f03c040c13c7456e228174dbc32f9425504407 (patch) | |
tree | 9ee9e7205debf4d3695d260d08644eeb354a499c /OpenSim/Region/Framework | |
parent | add a direct sendpartfullUpdate to send a full object update to a part, (diff) | |
download | opensim-SC_OLD-87f03c040c13c7456e228174dbc32f9425504407.zip opensim-SC_OLD-87f03c040c13c7456e228174dbc32f9425504407.tar.gz opensim-SC_OLD-87f03c040c13c7456e228174dbc32f9425504407.tar.bz2 opensim-SC_OLD-87f03c040c13c7456e228174dbc32f9425504407.tar.xz |
bad test
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 73283ed..6e69606 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1916,7 +1916,7 @@ 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); | 1919 | p.ControllingClient.SendPartFullUpdate(sog.RootPart,0); |
1920 | sog.SendFullUpdateToClient(p.ControllingClient); | 1920 | sog.SendFullUpdateToClient(p.ControllingClient); |
1921 | SendFullUpdateToClient(p.ControllingClient); // resend our data by updates path | 1921 | SendFullUpdateToClient(p.ControllingClient); // resend our data by updates path |
1922 | }); | 1922 | }); |
@@ -4748,7 +4748,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4748 | { | 4748 | { |
4749 | if (p == this || !sog.HasPrivateAttachmentPoint) | 4749 | if (p == this || !sog.HasPrivateAttachmentPoint) |
4750 | { | 4750 | { |
4751 | p.ControllingClient.SendPartFullUpdate(sog.RootPart, LocalId + 1); | 4751 | p.ControllingClient.SendPartFullUpdate(sog.RootPart, 0); |
4752 | sog.SendFullUpdateToClient(p.ControllingClient); | 4752 | sog.SendFullUpdateToClient(p.ControllingClient); |
4753 | } | 4753 | } |
4754 | } | 4754 | } |