fix: unrelated client messages by resetting client command issuer, if not handled by the bot (related #360 )

This commit is contained in:
dmitry 2022-09-10 15:47:41 +03:00
commit 10db943cdf
No known key found for this signature in database
GPG key ID: 8297CE728B7A7E37
2 changed files with 20 additions and 8 deletions

View file

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