diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index dd3b8aa..ba5f4d5 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -2633,6 +2633,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
2633 | { | 2633 | { |
2634 | m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString()); | 2634 | m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString()); |
2635 | } | 2635 | } |
2636 | part.UpdatePhysRequired = false; | ||
2636 | } | 2637 | } |
2637 | } | 2638 | } |
2638 | 2639 | ||