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);