From 2eb9582c744725226b1c957128b4bac3a671a899 Mon Sep 17 00:00:00 2001 From: jeefo Date: Thu, 2 Feb 2023 16:31:09 +0300 Subject: [PATCH] Revert "fix: do not handle client commands from fakeclients (ref: #292)" This reverts commit 544d858fe66f7d6dce9ac7f12564f2981471e7bc. --- src/control.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/control.cpp b/src/control.cpp index 99a2237..688c1e7 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -2061,10 +2061,6 @@ void BotControl::handleEngineCommands () { } bool BotControl::handleClientSideCommandsWrapper (edict_t *ent, bool isMenus) { - if (ent && (ent->v.flags & FL_FAKECLIENT)) { - return false; - } - collectArgs (); setIssuer (ent);