diff --git a/source/system/net.cpp b/source/system/net.cpp index 29c23b9..c115cd8 100644 --- a/source/system/net.cpp +++ b/source/system/net.cpp @@ -108,7 +108,10 @@ void PerformServerHandshake(const ClientInfo &client, const std::string &game) // Verify handshake if ( std::string(buffer) != std::string(handshake) ) + { + std::cerr<<"Handshake was \""<