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

+ 1 - 1
GarrysMod/gmodserver

@@ -37,7 +37,6 @@ clientport="27005"
 ip="0.0.0.0"
 tickrate="66"
 updateonstart="off"
-consolelogging="on"
 
 # Custom Start Parameters
 # Default +r_hunkalloclightmaps 0, fixes a start issue on maps with many lights
@@ -92,6 +91,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"