We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feaeb6a commit 80ca6f8Copy full SHA for 80ca6f8
plugins/include/admin.inc
@@ -175,7 +175,7 @@ methodmap AdminId {
175
// @param name String buffer to store name.
176
// @param maxlength Maximum size of string buffer.
177
// @return Number of bytes written.
178
- public native bool GetUsername(char[] name, int maxlength);
+ public native int GetUsername(char[] name, int maxlength);
179
180
// Binds an admin to an identity for fast lookup later on. The bind must be unique.
181
//
0 commit comments