diff --git a/plugins/include/convars.inc b/plugins/include/convars.inc index 747719a9..907ed4d9 100644 --- a/plugins/include/convars.inc +++ b/plugins/include/convars.inc @@ -250,7 +250,6 @@ methodmap ConVar < Handle // Removes a hook for when a console variable's value is changed. // - // @param convar Handle to the convar. // @param callback An OnConVarChanged function pointer. // @error No active hook on convar. public native void RemoveChangeHook(ConVarChanged callback);