fix: crash with menus and commands (resolves #292)

This commit is contained in:
jeefo 2023-02-02 16:52:28 +03:00
commit 84c2794aed
No known key found for this signature in database
GPG key ID: D85B0637366787C3
2 changed files with 13 additions and 0 deletions

View file

@ -220,6 +220,10 @@ public:
}
}
edict_t *getIssuer() {
return m_ent;
}
// global heloer for sending message to correct channel
template <typename ...Args> void msg (const char *fmt, Args &&...args);