* It's probably safe to remove the 'Warning Duplicate packet detected Packet Dropping.' message

0.6.0-stable
Teravus Ovares 2008-06-03 05:44:28 +00:00
parent 5f6b26d9ba
commit 52491d4fca
1 changed files with 1 additions and 1 deletions

View File

@ -3897,7 +3897,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
{
if (m_dupeLimiter.ContainsKey(Pack.Header.Sequence))
{
m_log.Info("[CLIENT]: Warning Duplicate packet detected" + Pack.Type.ToString() + " Dropping.");
//m_log.Info("[CLIENT]: Warning Duplicate packet detected" + Pack.Type.ToString() + " Dropping.");
return;
}
else