fix typo in --help

This commit is contained in:
Lion Kortlepel
2021-12-05 01:40:39 +01:00
parent 479bb9f931
commit b33d50361c
2 changed files with 4 additions and 3 deletions

View File

@@ -203,7 +203,7 @@ void TNetwork::HandleDownload(SOCKET TCPSock) {
});
}
void TNetwork:: Authentication(const TConnection& ClientConnection) {
void TNetwork::Authentication(const TConnection& ClientConnection) {
auto Client = CreateClient(ClientConnection.Socket);
char AddrBuf[64];
// TODO: IPv6 would need this to be changed