Patch up removal of while loop in Core

This commit is contained in:
Tixx
2024-08-15 23:36:00 +02:00
parent deed24f6e8
commit a128099619
3 changed files with 13 additions and 3 deletions

View File

@@ -152,6 +152,7 @@ void TCPClientMain(const std::string& IP, int Port) {
KillSocket(TCPSock);
WSACleanup();
Terminate = true;
CoreSend("L");
return;
}
info("Connected!");