mirror of
https://github.com/nzp-team/assets.git
synced 2025-03-22 01:20:58 +00:00
FTE/CFG: Add sys_testmode cvar
This commit is contained in:
parent
58a8aded8c
commit
6c3fff9b9a
2 changed files with 3 additions and 1 deletions
|
@ -64,4 +64,5 @@ seta scr_playerdebuginfo "0"
|
|||
seta scr_playerdebuginfo_x "64"
|
||||
seta scr_playerdebuginfo_y "6"
|
||||
seta cl_hitmarkers "1"
|
||||
seta cl_textopacity "0.20"
|
||||
seta cl_textopacity "0.20"
|
||||
seta sys_testmode "0"
|
|
@ -107,6 +107,7 @@ seta scr_playerdebuginfo_x "64"
|
|||
seta scr_playerdebuginfo_y "6"
|
||||
seta cl_hitmarkers "1"
|
||||
seta cl_textopacity "0.20"
|
||||
seta sys_testmode "0"
|
||||
|
||||
// Text editor
|
||||
pr_debugger "0" //When enabled, QC errors and debug events will enable step-by-step tracing.
|
||||
|
|
Loading…
Reference in a new issue