mirror of
https://github.com/opensim/opensim.git
synced 2026-07-13 19:14:51 +08:00
* It's probably safe to remove the 'Warning Duplicate packet detected Packet Dropping.' message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user