From 20c16bfad332be24967cd447f4808d5725d5f3a9 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Wed, 18 Dec 2024 20:07:52 +0300 Subject: [PATCH] `IP` and `IPX` allocation warnings move under `-dev` arg (#1071) --- rehlds/engine/net_ws.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rehlds/engine/net_ws.cpp b/rehlds/engine/net_ws.cpp index 4880da9..b9c52b1 100644 --- a/rehlds/engine/net_ws.cpp +++ b/rehlds/engine/net_ws.cpp @@ -1768,7 +1768,7 @@ void NET_GetLocalAddress() if (noip) { - Con_Printf("TCP/IP Disabled.\n"); + Con_DPrintf("TCP/IP Disabled.\n"); } else { @@ -1823,7 +1823,7 @@ void NET_GetLocalAddress() #ifdef _WIN32 if (noipx) { - Con_Printf("No IPX Support.\n"); + Con_DPrintf("No IPX Support.\n"); } else {