Fixed a typo in get_user_flags description (#605)
* Fixed a typo in get_user_flags description * Remove
This commit is contained in:
parent
d93ee596bb
commit
05bd01cd5e
|
@ -1830,7 +1830,7 @@ native set_user_flags(index, flags = -1, id = 0);
|
||||||
* @param index Client index, 0 to set flags of server
|
* @param index Client index, 0 to set flags of server
|
||||||
* @param id Flag set id, ranging from 0 to 31
|
* @param id Flag set id, ranging from 0 to 31
|
||||||
*
|
*
|
||||||
* @noreturn
|
* @return Bitflag sum of client's admin flags
|
||||||
* @error If the index is not within the range of 0 to MaxClients, an
|
* @error If the index is not within the range of 0 to MaxClients, an
|
||||||
* error will be thrown.
|
* error will be thrown.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user