Revert "fix: do not handle client commands from fakeclients (ref: #292)"

This reverts commit 544d858fe6.
This commit is contained in:
jeefo 2023-02-02 16:31:09 +03:00
commit 2eb9582c74
No known key found for this signature in database
GPG key ID: D85B0637366787C3

View file

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