From 05bd01cd5eb4b283d36bda0082f14c4cc9a6b346 Mon Sep 17 00:00:00 2001 From: justgo97 Date: Fri, 28 Sep 2018 15:36:19 +0100 Subject: [PATCH] Fixed a typo in get_user_flags description (#605) * Fixed a typo in get_user_flags description * Remove --- plugins/include/amxmodx.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/amxmodx.inc b/plugins/include/amxmodx.inc index 74f87432..2d734802 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1830,7 +1830,7 @@ native set_user_flags(index, flags = -1, id = 0); * @param index Client index, 0 to set flags of server * @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 will be thrown. */