diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 8b5ecb7..b7f1d90 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -3897,7 +3897,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
3897 | { | 3897 | { |
3898 | if (m_dupeLimiter.ContainsKey(Pack.Header.Sequence)) | 3898 | if (m_dupeLimiter.ContainsKey(Pack.Header.Sequence)) |
3899 | { | 3899 | { |
3900 | m_log.Info("[CLIENT]: Warning Duplicate packet detected" + Pack.Type.ToString() + " Dropping."); | 3900 | //m_log.Info("[CLIENT]: Warning Duplicate packet detected" + Pack.Type.ToString() + " Dropping."); |
3901 | return; | 3901 | return; |
3902 | } | 3902 | } |
3903 | else | 3903 | else |