diff --git a/src/control.cpp b/src/control.cpp index 688c1e7..99a2237 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -2061,6 +2061,10 @@ void BotControl::handleEngineCommands () { } bool BotControl::handleClientSideCommandsWrapper (edict_t *ent, bool isMenus) { + if (ent && (ent->v.flags & FL_FAKECLIENT)) { + return false; + } + collectArgs (); setIssuer (ent);