From 639f2b269f36ca950315780293d55c39be0d560f Mon Sep 17 00:00:00 2001 From: jeefo Date: Fri, 24 May 2024 19:59:22 +0300 Subject: [PATCH] fix typos [skip ci] --- cfg/addons/yapb/conf/custom.cfg | 2 +- src/engine.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cfg/addons/yapb/conf/custom.cfg b/cfg/addons/yapb/conf/custom.cfg index a4459dc..6e6a33a 100644 --- a/cfg/addons/yapb/conf/custom.cfg +++ b/cfg/addons/yapb/conf/custom.cfg @@ -52,7 +52,7 @@ ZMDelayCvar = zp_delay 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 provide variable with: "i'm confident for what i'm doing" value. ; diff --git a/src/engine.cpp b/src/engine.cpp index 87dffa8..273cdab 100644 --- a/src/engine.cpp +++ b/src/engine.cpp @@ -1161,7 +1161,7 @@ void Game::ensureHealthyGameEnvironment () { 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"); // fetch custom variable, so fake features are explicitly enabled