We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a666f56 commit 8645e07Copy full SHA for 8645e07
1 file changed
src/client.cpp
@@ -1026,7 +1026,7 @@ void CClient::OnClientIDReceived ( int iServerChanID )
1026
ClearClientChannels();
1027
}
1028
1029
- // if TCP Supported has been received, make TCP connection to server
+ // if TCP Supported has already been received, make TCP connection to server
1030
iClientID = iServerChanID; // for sending back to server over TCP
1031
1032
if ( bTcpSupported )
0 commit comments