Removed incorrect parameter in description

This commit is contained in:
Charles 2021-10-14 23:30:36 +02:00 committed by Nicholas Hastings
parent 30c764e4b3
commit 7650cee459

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