Fixed a typo in get_user_flags description (#605)

* Fixed a typo in get_user_flags description

* Remove
This commit is contained in:
justgo97 2018-09-28 15:36:19 +01:00 committed by Arkshine
parent d93ee596bb
commit 05bd01cd5e

View File

@ -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.
*/ */