From 020bccdf0d0920af4fc31139dd590c01e261524f Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 15 Mar 2016 18:32:29 +0100 Subject: [PATCH] Update hldmserver --- HalfLifeDeathmatch/hldmserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HalfLifeDeathmatch/hldmserver b/HalfLifeDeathmatch/hldmserver index 8cafa3e6b..bbb418522 100644 --- a/HalfLifeDeathmatch/hldmserver +++ b/HalfLifeDeathmatch/hldmserver @@ -29,7 +29,6 @@ port="27015" clientport="27005" ip="0.0.0.0" updateonstart="off" -consolelogging="on" # https://developer.valvesoftware.com/wiki/Command_Line_Options#Command-line_parameters_2 fn_parms(){ @@ -74,6 +73,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"