diff options
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs index ca0882d..7571400 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | |||
@@ -81,7 +81,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
81 | private static readonly ILog m_log | 81 | private static readonly ILog m_log |
82 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 82 | = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
83 | 83 | ||
84 | private int m_resentCount; | 84 | //private int m_resentCount; |
85 | 85 | ||
86 | // Packet queues | 86 | // Packet queues |
87 | // | 87 | // |