fix typos [skip ci]
This commit is contained in:
parent
b72f8a2ef9
commit
639f2b269f
2 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ ZMDelayCvar = zp_delay
|
||||||
ZMInfectedTeam = T
|
ZMInfectedTeam = T
|
||||||
|
|
||||||
;
|
;
|
||||||
; This decides if fake features (like a fake time, fake SID (avatar), fakeping
|
; 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 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.
|
; should provide variable with: "i'm confident for what i'm doing" value.
|
||||||
;
|
;
|
||||||
|
|
|
||||||
|
|
@ -1161,7 +1161,7 @@ void Game::ensureHealthyGameEnvironment () {
|
||||||
return; // listen servers doesn't care about it at all
|
return; // listen servers doesn't care about it at all
|
||||||
}
|
}
|
||||||
|
|
||||||
// magic string that's enable's the features
|
// magic string that's enables the features
|
||||||
constexpr auto kAllowHash = StringRef::fnv1a32 ("i'm confident for what i'm doing");
|
constexpr auto kAllowHash = StringRef::fnv1a32 ("i'm confident for what i'm doing");
|
||||||
|
|
||||||
// fetch custom variable, so fake features are explicitly enabled
|
// fetch custom variable, so fake features are explicitly enabled
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue