diff options
author | UbitUmarov | 2014-08-25 23:31:04 +0100 |
---|---|---|
committer | UbitUmarov | 2014-08-25 23:31:04 +0100 |
commit | 6857afe2a4ca73da904b9928c282c0087ff4b3bf (patch) | |
tree | 8e402986662b5ea46dca877685aafa7eee9c9d24 /OpenSim/Region/ClientStack | |
parent | *test* cleanup the bugs nest (diff) | |
download | opensim-SC-6857afe2a4ca73da904b9928c282c0087ff4b3bf.zip opensim-SC-6857afe2a4ca73da904b9928c282c0087ff4b3bf.tar.gz opensim-SC-6857afe2a4ca73da904b9928c282c0087ff4b3bf.tar.bz2 opensim-SC-6857afe2a4ca73da904b9928c282c0087ff4b3bf.tar.xz |
*test* back to no sog kills, little retouch on attachment updates,
NameValue AttachItemID is a root part thing only
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 0663983..7087bb7 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5411,7 +5411,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5411 | 5411 | ||
5412 | if (data.ParentGroup.IsAttachment) | 5412 | if (data.ParentGroup.IsAttachment) |
5413 | { | 5413 | { |
5414 | if (data.UUID == data.ParentGroup.RootPart.UUID) | 5414 | if (data.IsRoot) |
5415 | { | 5415 | { |
5416 | update.NameValue = Util.StringToBytes256("AttachItemID STRING RW SV " + data.ParentGroup.FromItemID); | 5416 | update.NameValue = Util.StringToBytes256("AttachItemID STRING RW SV " + data.ParentGroup.FromItemID); |
5417 | } | 5417 | } |