From b4170b451c70babddc476ebd11b8aa8b1b07324c Mon Sep 17 00:00:00 2001 From: OciXCrom Date: Mon, 1 Jan 2018 19:49:59 +0100 Subject: [PATCH] Fixed misplaced param --- 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 475cbfee..81350fa9 100755 --- a/plugins/include/amxmodx.inc +++ b/plugins/include/amxmodx.inc @@ -1819,6 +1819,7 @@ native task_exists(id = 0, outside = 0); * @param index Client index, 0 to set flags of server * @param flags Admin flags * @param id Flag set id, ranging from 0 to 31 + * @param override If set to true, all other flags will be removed * * @noreturn * @error If the index is not within the range of 0 to MaxClients, an @@ -1836,7 +1837,6 @@ native set_user_flags(index, flags = -1, id = 0, override = false); * * @param index Client index, 0 to set flags of server * @param id Flag set id, ranging from 0 to 31 - * @param override If set to true, all other flags will be removed * * @noreturn * @error If the index is not within the range of 0 to MaxClients, an