From 5bbeddc134f4dea4eacdebb62929d3617391de2b Mon Sep 17 00:00:00 2001 From: Scott Ehlert Date: Mon, 17 Nov 2008 22:13:32 -0600 Subject: [PATCH] Oops, removed something I shouldn't have --- core/ConVarManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ConVarManager.cpp b/core/ConVarManager.cpp index d1c0dff0..1ea3eab5 100644 --- a/core/ConVarManager.cpp +++ b/core/ConVarManager.cpp @@ -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);