bot: disable fake bot features by default (ref #575)
This commit is contained in:
parent
9bc72e90c4
commit
b72f8a2ef9
9 changed files with 104 additions and 32 deletions
|
|
@ -50,3 +50,11 @@ ZMDelayCvar = zp_delay
|
|||
; Valid values: T, CT.
|
||||
;
|
||||
ZMInfectedTeam = T
|
||||
|
||||
;
|
||||
; This decides if fake features (like a fake time, fake SID (avatar), fakeping
|
||||
; should be enabled whitin bot code. By default it's off. To enable it you're
|
||||
; should provide variable with: "i'm confident for what i'm doing" value.
|
||||
;
|
||||
EnableFakeBotFeatures = no
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue