We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd546a commit b0c5d25Copy full SHA for b0c5d25
src/game/clients/CClient.cpp
@@ -94,7 +94,7 @@ CClient::~CClient() noexcept
94
HistoryIP& history = g_NetworkManager.getIPHistoryManager().getHistoryForIP(GetPeer());
95
if ( GetConnectType() != CONNECT_GAME )
96
{
97
- EXC_TRYSUB("m_iPendingConnectionRequests")
+ EXC_TRYSUB("m_iPendingConnectionRequests");
98
99
ASSERT(history.m_iPendingConnectionRequests > 0);
100
-- history.m_iPendingConnectionRequests;
0 commit comments