mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-04 06:46:06 +00:00
Patch up removal of while loop in Core
This commit is contained in:
@@ -152,6 +152,7 @@ void TCPClientMain(const std::string& IP, int Port) {
|
||||
KillSocket(TCPSock);
|
||||
WSACleanup();
|
||||
Terminate = true;
|
||||
CoreSend("L");
|
||||
return;
|
||||
}
|
||||
info("Connected!");
|
||||
|
||||
Reference in New Issue
Block a user