aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
diff options
context:
space:
mode:
authorUbitUmarov2016-11-03 14:01:35 +0000
committerUbitUmarov2016-11-03 14:01:35 +0000
commit01a4a883e08f681c48fbb3d456a773f93985f694 (patch)
tree30a9aef2876644413e56e22ff50088904bab8e53 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
parentMerge branch 'master' into httptests (diff)
parentfix some coments, thanks Austin Tate (diff)
downloadopensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.zip
opensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.tar.gz
opensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.tar.bz2
opensim-SC-01a4a883e08f681c48fbb3d456a773f93985f694.tar.xz
Merge branch 'master' into httptests
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
index ad25bc8..17e4400 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs
@@ -2920,7 +2920,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP
2920 { 2920 {
2921 m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString()); 2921 m_log.Error("Unable to send part Physics Proprieties - exception: " + ex.ToString());
2922 } 2922 }
2923 part.UpdatePhysRequired = false;
2924 } 2923 }
2925 } 2924 }
2926 2925