Oops, removed something I shouldn't have

This commit is contained in:
Scott Ehlert 2008-11-17 22:13:32 -06:00
parent 373fbb6ca3
commit 5bbeddc134

View File

@ -92,7 +92,7 @@ void ConVarManager::OnSourceModAllInitialized()
}
#endif
SH_ADD_HOOK_STATICFUNC(ICvar, InstallGlobalChangeCallback, icvar, InstallCallback, false);
SH_ADD_HOOK_STATICFUNC(ICvar, CallGlobalChangeCallbacks, icvar, OnConVarChanged, false);
/* Add the 'convars' option to the 'sm' console command */
g_RootMenu.AddRootConsoleCommand("cvars", "View convars created by a plugin", this);