Removed incorrect parameter in description

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