mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 14:26:15 +00:00
Fixed ? ping
This commit is contained in:
@@ -218,6 +218,6 @@ void UDPClientMain(const std::string& IP,int Port){
|
||||
TCPSend(Sec("P"));
|
||||
UDPSend(Sec("p"));
|
||||
while(!Terminate)UDPRcv();
|
||||
closesocket(UDPSock);
|
||||
KillSocket(UDPSock);
|
||||
WSACleanup();
|
||||
}
|
||||
Reference in New Issue
Block a user