mirror of
https://github.com/nzp-team/assets.git
synced 2024-11-10 14:42:00 +00:00
FTE: Make sure sv_cheats
starts off.
This commit is contained in:
parent
1bbdcb4fd0
commit
f872125447
1 changed files with 1 additions and 0 deletions
|
@ -219,6 +219,7 @@ sv_crypt_rcon "" //Controls whether the rcon password must be hashed or n
|
|||
//1: Mandatory hashing (recommended).
|
||||
//Empty: Allow either, whether the password is secure or not is purely the client's responsibility/fault. Only use this for comptibility with old clients.
|
||||
sv_rconlim "4" //Blocks repeated (invalid) rcon attempts.
|
||||
sv_cheats "0" // hi :)
|
||||
|
||||
// QC Extensions
|
||||
pr_ext_dp_qc_getsurface "" //Set to 0 to block detection of the extension
|
||||
|
|
Loading…
Reference in a new issue