2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-27 05:58:04 +03:00

IP and IPX allocation warnings move under -dev arg (#1071)

This commit is contained in:
Sergey Shorokhov 2024-12-18 20:07:52 +03:00 committed by GitHub
parent 28c205de11
commit 20c16bfad3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1768,7 +1768,7 @@ void NET_GetLocalAddress()
if (noip) if (noip)
{ {
Con_Printf("TCP/IP Disabled.\n"); Con_DPrintf("TCP/IP Disabled.\n");
} }
else else
{ {
@ -1823,7 +1823,7 @@ void NET_GetLocalAddress()
#ifdef _WIN32 #ifdef _WIN32
if (noipx) if (noipx)
{ {
Con_Printf("No IPX Support.\n"); Con_DPrintf("No IPX Support.\n");
} }
else else
{ {