From 897878f8aef2bd07cfcef12abb876c7dbb69691b Mon Sep 17 00:00:00 2001 From: Charles <63302440+Sarrus1@users.noreply.github.com> Date: Fri, 15 Oct 2021 11:42:05 +0200 Subject: [PATCH] Removed incorrect parameter RemoveChangeHook desc --- plugins/include/convars.inc | 1 - 1 file changed, 1 deletion(-) 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);