2 crash fixes + vehicle network

This commit is contained in:
Anonymous275 2020-04-24 19:00:23 +03:00
parent 7bf9e3067b
commit 20dccf988a

View File

@ -164,8 +164,6 @@ void TCPServerThread(const std::string& IP, int Port){
struct addrinfo *result = nullptr;
struct addrinfo hints{};
int iSendResult;
char recvbuf[10000];
int recvbuflen = 10000;