fix: unrelated client messages by resetting client command issuer, if not handled by the bot (related #360 )
This commit is contained in:
parent
e6fe2a6a22
commit
10db943cdf
2 changed files with 20 additions and 8 deletions
|
|
@ -217,6 +217,9 @@ public:
|
|||
// for the server commands
|
||||
void handleEngineCommands ();
|
||||
|
||||
// wrapper for menus and commands
|
||||
bool handleClientSideCommandsWrapper (edict_t *ent, bool isMenus);
|
||||
|
||||
// for the client commands
|
||||
bool handleClientCommands (edict_t *ent);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue