diff options
author | Melanie | 2012-08-21 21:20:20 +0200 |
---|---|---|
committer | Melanie | 2012-08-21 21:20:20 +0200 |
commit | 5273b6880a9682a57798c5808e04b7dc6dca8c0f (patch) | |
tree | c2982626d7125e8e2cfa732e7a5dfe5d44f12380 | |
parent | Implement seeing busy status in LSL (diff) | |
download | opensim-SC_OLD-5273b6880a9682a57798c5808e04b7dc6dca8c0f.zip opensim-SC_OLD-5273b6880a9682a57798c5808e04b7dc6dca8c0f.tar.gz opensim-SC_OLD-5273b6880a9682a57798c5808e04b7dc6dca8c0f.tar.bz2 opensim-SC_OLD-5273b6880a9682a57798c5808e04b7dc6dca8c0f.tar.xz |
Allow updates sent for right pec to go to the client
-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 8cac731..ddd8f18 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -3809,7 +3809,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3809 | if (part.ParentGroup.IsAttachment) | 3809 | if (part.ParentGroup.IsAttachment) |
3810 | { // Someone else's HUD, why are we getting these? | 3810 | { // Someone else's HUD, why are we getting these? |
3811 | if (part.ParentGroup.OwnerID != AgentId && | 3811 | if (part.ParentGroup.OwnerID != AgentId && |
3812 | part.ParentGroup.RootPart.Shape.State >= 30) | 3812 | part.ParentGroup.RootPart.Shape.State > 30) |
3813 | continue; | 3813 | continue; |
3814 | ScenePresence sp; | 3814 | ScenePresence sp; |
3815 | // Owner is not in the sim, don't update it to | 3815 | // Owner is not in the sim, don't update it to |