Removed incorrect parameter RemoveChangeHook desc

This commit is contained in:
Charles 2021-10-15 11:42:05 +02:00 committed by Your Name
parent 4e2ace9d2f
commit daa1a4df14

View File

@ -250,7 +250,6 @@ methodmap ConVar < Handle
// Removes a hook for when a console variable's value is changed. // Removes a hook for when a console variable's value is changed.
// //
// @param convar Handle to the convar.
// @param callback An OnConVarChanged function pointer. // @param callback An OnConVarChanged function pointer.
// @error No active hook on convar. // @error No active hook on convar.
public native void RemoveChangeHook(ConVarChanged callback); public native void RemoveChangeHook(ConVarChanged callback);