UltimateByte 10 лет назад
Родитель
Сommit
d4a5a45bae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      FistfulOfFrags/fofserver

+ 1 - 1
FistfulOfFrags/fofserver

@@ -30,7 +30,6 @@ sourcetvport="27020"
 clientport="27005"
 clientport="27005"
 ip="0.0.0.0"
 ip="0.0.0.0"
 updateonstart="off"
 updateonstart="off"
-consolelogging="on"
 
 
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 # https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server
 fn_parms(){
 fn_parms(){
@@ -75,6 +74,7 @@ logdays="7"
 gamelogdir="${systemdir}/logs"
 gamelogdir="${systemdir}/logs"
 scriptlogdir="${rootdir}/log/script"
 scriptlogdir="${rootdir}/log/script"
 consolelogdir="${rootdir}/log/console"
 consolelogdir="${rootdir}/log/console"
+consolelogging="on"
 
 
 scriptlog="${scriptlogdir}/${servicename}-script.log"
 scriptlog="${scriptlogdir}/${servicename}-script.log"
 consolelog="${consolelogdir}/${servicename}-console.log"
 consolelog="${consolelogdir}/${servicename}-console.log"