Revert "fix: do not handle client commands from fakeclients (ref: #292)"
This reverts commit 544d858fe6.
This commit is contained in:
parent
544d858fe6
commit
2eb9582c74
1 changed files with 0 additions and 4 deletions
|
|
@ -2061,10 +2061,6 @@ void BotControl::handleEngineCommands () {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool BotControl::handleClientSideCommandsWrapper (edict_t *ent, bool isMenus) {
|
bool BotControl::handleClientSideCommandsWrapper (edict_t *ent, bool isMenus) {
|
||||||
if (ent && (ent->v.flags & FL_FAKECLIENT)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
collectArgs ();
|
collectArgs ();
|
||||||
setIssuer (ent);
|
setIssuer (ent);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue