mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-18 14:40:54 +00:00
Network: Fix TConnection related compiler issue
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ void TNetwork::TCPServerMain() {
|
|||||||
|
|
||||||
CloseSocketProper(client.Socket);
|
CloseSocketProper(client.Socket);
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
CloseSocketProper(client);
|
CloseSocketProper(client.Socket);
|
||||||
WSACleanup();
|
WSACleanup();
|
||||||
#endif // WIN32
|
#endif // WIN32
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user