Remove bad-console-read protection logic for Metamod:Source 1.7 and earlier.

This commit is contained in:
David Anderson
2015-09-09 18:59:31 -07:00
parent df672dd8ce
commit b548ba7b58
7 changed files with 50 additions and 79 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ public:
class CommandFlagsHelper : public IConCommandTracker
{
public:
void OnUnlinkConCommandBase(ConCommandBase *pBase, const char *name, bool is_read_safe)
void OnUnlinkConCommandBase(ConCommandBase *pBase, const char *name) override
{
m_CmdFlags.remove(name);
}