Fix vtable sneaking into ConCommand

This commit is contained in:
Nick Hastings 2023-05-18 23:18:12 -04:00 committed by Nicholas Hastings
parent 3ec4c090a0
commit e145eae33e

View File

@ -403,7 +403,7 @@ public:
void Init();
void Shutdown();
virtual void Create( const char *pName, const char *pHelpString = 0,
void Create( const char *pName, const char *pHelpString = 0,
int64 flags = 0 );
int AutoCompleteSuggest( const char *partial, CUtlVector< CUtlString > &commands );