mirror of
https://github.com/w23/xash3d-fwgs
synced 2025-01-05 16:35:56 +01:00
engine: client: allow IPv6 in NetAPI
This commit is contained in:
parent
aa6a1db0a9
commit
c9e4e62474
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user