Removed incorrect parameter RemoveChangeHook desc

This commit is contained in:
Charles
2023-08-30 22:08:45 +02:00
committed by Your Name
parent 4e2ace9d2f
commit daa1a4df14
-1
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);