From 966a4c19328ab8944131d00f08478206b7b5b079 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Tue, 15 Mar 2016 18:32:40 +0100 Subject: [PATCH] Update hldmsserver --- HalfLifeDeathmatchSource/hldmsserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HalfLifeDeathmatchSource/hldmsserver b/HalfLifeDeathmatchSource/hldmsserver index 108c5b7bb..83a9684b4 100644 --- a/HalfLifeDeathmatchSource/hldmsserver +++ b/HalfLifeDeathmatchSource/hldmsserver @@ -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"