engine: client: allow IPv6 in NetAPI

This commit is contained in:
Alibek Omarov 2022-12-01 00:35:05 +03:00
parent aa6a1db0a9
commit c9e4e62474
1 changed files with 1 additions and 1 deletions

View File

@ -3360,7 +3360,7 @@ void GAME_EXPORT NetAPI_SendRequest( int context, int request, int flags, double
return;
}
if( remote_address->type >= NA_IPX )
if( remote_address->type != NA_IPX && remote_address->type != NA_BROADCAST_IPX )
return; // IPX no longer support
// find a free request