From db11ec600474035f20f078523484053bff143482 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 15 Mar 2016 18:32:14 +0100 Subject: [PATCH] Update hl2dmserver --- HalfLife2Deathmatch/hl2dmserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver index ea9d248e5..3b45b537d 100644 --- a/HalfLife2Deathmatch/hl2dmserver +++ b/HalfLife2Deathmatch/hl2dmserver @@ -30,7 +30,6 @@ sourcetvport="27020" clientport="27005" ip="0.0.0.0" updateonstart="off" -consolelogging="on" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server fn_parms(){ @@ -75,6 +74,7 @@ logdays="7" gamelogdir="${systemdir}/logs" scriptlogdir="${rootdir}/log/script" consolelogdir="${rootdir}/log/console" +consolelogging="on" scriptlog="${scriptlogdir}/${servicename}-script.log" consolelog="${consolelogdir}/${servicename}-console.log"