AutoExecConfig: Enable the configs

This commit is contained in:
Arkshine
2015-07-19 21:11:34 +02:00
parent 517a08e134
commit f22185d646
5 changed files with 24 additions and 3 deletions

View File

@ -153,6 +153,7 @@ class CvarManager
void SetCvarMax(CvarInfo* info, bool set, float value, int pluginId);
size_t GetRegCvarsCount();
CvarsList* GetCvarsList();
void OnConsoleCommand();
void OnPluginUnloaded();