mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
Print TIDs in every new thread
This commit is contained in:
@@ -178,6 +178,7 @@ void Identify(SOCKET TCPSock){
|
||||
}
|
||||
|
||||
void TCPServerMain(){
|
||||
DebugPrintTID();
|
||||
#ifdef __WIN32
|
||||
WSADATA wsaData;
|
||||
if (WSAStartup(514, &wsaData)){
|
||||
|
||||
Reference in New Issue
Block a user