diff --git a/common/net/daybreak_connection.cpp b/common/net/daybreak_connection.cpp index 93d964b13..e5b57477e 100644 --- a/common/net/daybreak_connection.cpp +++ b/common/net/daybreak_connection.cpp @@ -1162,7 +1162,7 @@ void EQ::Net::DaybreakConnection::ProcessResend(int stream) "Stopping resend because we hit thresholds m_resend_packets_sent [{}] max [{}] in_queue [{}] m_resend_bytes_sent [{}] max [{}]", m_resend_packets_sent, MAX_CLIENT_RECV_PACKETS_PER_WINDOW, - s->sent_packets, + s->sent_packets.size(), m_resend_bytes_sent, MAX_CLIENT_RECV_BYTES_PER_WINDOW );