fix: crash with menus and commands (resolves #292)
This commit is contained in:
parent
2eb9582c74
commit
84c2794aed
2 changed files with 13 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue