Removed incorrect parameter RemoveChangeHook desc

This commit is contained in:
Charles 2021-10-15 11:42:05 +02:00 committed by Nicholas Hastings
parent 7650cee459
commit 897878f8ae

View File

@ -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);