diff options
author | Melanie | 2012-08-23 00:12:12 +0100 |
---|---|---|
committer | Melanie | 2012-08-23 00:12:12 +0100 |
commit | 97c37c370be9ad01433722f3305f8dce02488782 (patch) | |
tree | 4a9b5eea1ebd13bb044959723dc3bac82d97c22e /OpenSim/Region/ClientStack/Linden | |
parent | Merge branch 'avination' into careminster (diff) | |
parent | Make terrain save every 1000 frames instead of every 50. Database load is a s... (diff) | |
download | opensim-SC-97c37c370be9ad01433722f3305f8dce02488782.zip opensim-SC-97c37c370be9ad01433722f3305f8dce02488782.tar.gz opensim-SC-97c37c370be9ad01433722f3305f8dce02488782.tar.bz2 opensim-SC-97c37c370be9ad01433722f3305f8dce02488782.tar.xz |
Merge branch 'avination' into careminster
Diffstat (limited to '')
-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 |