From 2563bf6c263f576716a0af8339eb313abee5f2cb Mon Sep 17 00:00:00 2001 From: Adam Richard <39578558+AdamRichard21st@users.noreply.github.com> Date: Thu, 7 Oct 2021 21:12:04 -0300 Subject: [PATCH] Updated get_user_flags documentation (#1007) --- 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 901f3c10..d9745a5e 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1851,7 +1851,7 @@ native set_user_flags(index, flags = -1, id = 0); * 0 is actively used. You should not change the value of the second * parameter from the default. * - * @param index Client index, 0 to set flags of server + * @param index Client index, 0 to get flags of server * @param id Flag set id, ranging from 0 to 31 * * @return Bitflag sum of client's admin flags