engine: client: allow IPv6 in NetAPI
This commit is contained in:
parent
aa6a1db0a9
commit
c9e4e62474
1 changed files with 1 additions and 1 deletions
|
@ -3360,7 +3360,7 @@ void GAME_EXPORT NetAPI_SendRequest( int context, int request, int flags, double
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if( remote_address->type >= NA_IPX )
|
if( remote_address->type != NA_IPX && remote_address->type != NA_BROADCAST_IPX )
|
||||||
return; // IPX no longer support
|
return; // IPX no longer support
|
||||||
|
|
||||||
// find a free request
|
// find a free request
|
||||||
|
|
Loading…
Add table
Reference in a new issue