From addbf92d02d275d85e4098a3d1096e4111ca3d57 Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Wed, 18 Dec 2024 18:44:30 +0300 Subject: [PATCH] Move `IP` and `IPX` allocation warnings under `-dev` arg --- 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 4880da9b..b9c52b1b 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 {