mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00: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…
x
Reference in New Issue
Block a user