conf: remove yb_logger_disable_logfile in favor of custom setting
This commit is contained in:
parent
06c2243d58
commit
f97876d9cf
3 changed files with 25 additions and 17 deletions
|
|
@ -58,3 +58,8 @@ ZMInfectedTeam = T
|
|||
;
|
||||
EnableFakeBotFeatures = no
|
||||
|
||||
;
|
||||
; Disables any writing activity to log files. Thus all errors and warnings just
|
||||
; sent to the server console. This replaces yb_logger_disable_logfile cvar.
|
||||
;
|
||||
DisableLogFile = no
|
||||
|
|
|
|||
|
|
@ -312,13 +312,6 @@ yb_bind_menu_key "="
|
|||
//
|
||||
yb_ignore_cvars_on_changelevel "yb_quota,yb_autovacate"
|
||||
|
||||
//
|
||||
// Disables logger to write anything to log file. Just spew content to the console.
|
||||
// ---
|
||||
// Default: "0", Min: "0", Max: "1"
|
||||
//
|
||||
yb_logger_disable_logfile "0"
|
||||
|
||||
//
|
||||
// The value (password) for the setinfo key, if user sets correct password, he's gains access to bot commands and menus.
|
||||
// ---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue