mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 19:10:37 +00:00
engine: network: I'm fucking blind
This commit is contained in:
parent
3e1db432df
commit
ac05acf6dc
@ -616,7 +616,7 @@ qboolean NET_IsReservedAdr( netadr_t a )
|
||||
|
||||
if( a.type == NA_IP )
|
||||
{
|
||||
if( a.ip[0] == 10 )
|
||||
if( a.ip[0] == 10 || a.ip[0] == 127 )
|
||||
return true;
|
||||
|
||||
if( a.ip[0] == 172 && a.ip[1] >= 16 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user