diff --git a/engine/client/cl_game.c b/engine/client/cl_game.c index 4fda55cb..400974f3 100644 --- a/engine/client/cl_game.c +++ b/engine/client/cl_game.c @@ -3424,7 +3424,7 @@ static void GAME_EXPORT NetAPI_SendRequest( int context, int request, int flags, return; } - if( remote_address->type != NA_IPX && remote_address->type != NA_BROADCAST_IPX ) + if( remote_address->type == NA_IPX || remote_address->type == NA_BROADCAST_IPX ) return; // IPX no longer support if( request == NETAPI_REQUEST_SERVERLIST )