From 4e2ace9d2f5037b84500a9004bafc6cf1622ca9e Mon Sep 17 00:00:00 2001 From: Charles <63302440+Sarrus1@users.noreply.github.com> Date: Thu, 14 Oct 2021 23:30:36 +0200 Subject: [PATCH] Removed incorrect parameter in description --- plugins/include/convars.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/include/convars.inc b/plugins/include/convars.inc index 8e7ccace..747719a9 100644 --- a/plugins/include/convars.inc +++ b/plugins/include/convars.inc @@ -171,7 +171,6 @@ methodmap ConVar < Handle // Retrieves the string value of a console variable. // - // @param convar Handle to the convar. // @param value Buffer to store the value of the convar. // @param maxlength Maximum length of string buffer. public native void GetString(char[] value, int maxlength);