Skip to content

Commit

Permalink
IP and IPX allocation warnings move under -dev arg (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov authored Dec 18, 2024
1 parent 28c205d commit 20c16bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rehlds/engine/net_ws.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1768,7 +1768,7 @@ void NET_GetLocalAddress()

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

0 comments on commit 20c16bf

Please sign in to comment.