diff --git a/CounterStrikeSource/server.cfg b/CounterStrikeSource/server.cfg index 1066a3b..aafcda8 100644 --- a/CounterStrikeSource/server.cfg +++ b/CounterStrikeSource/server.cfg @@ -250,14 +250,6 @@ mp_playerid 0 // Default: on log on -// Toggels if the logged text have to be in one single file. -// Default: 0 -sv_log_onefile 0 - -// If this CVAR is set to '1' then i will safe the log files in the srcds/logs directory. -// Default: 1 -sv_logfile 1 - // Defines if it has to log bans. // Default: 0 sv_logbans 1 @@ -266,6 +258,14 @@ sv_logbans 1 // Default: 1 sv_logecho 1 +// If this CVAR is set to '1' then i will safe the log files in the srcds/logs directory. +// Default: 1 +sv_logfile 1 + +// Toggels if the logged text have to be in one single file. +// Default: 0 +sv_log_onefile 0 + // Chose the log details. // Default: 0 mp_logdetail 0