From 259d50a84238dddec9396bdb93949b17d88e1307 Mon Sep 17 00:00:00 2001 From: Rustam Zigandarov <43823272+rust2@users.noreply.github.com> Date: Fri, 17 Jun 2022 15:40:26 +0300 Subject: [PATCH] Update amxmisc.inc Fix: small mistype --- plugins/include/amxmisc.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/include/amxmisc.inc b/plugins/include/amxmisc.inc index 26a2499a..76dc2ed3 100755 --- a/plugins/include/amxmisc.inc +++ b/plugins/include/amxmisc.inc @@ -862,7 +862,8 @@ stock set_task_ex(Float:time, const function[], id = 0, const any:parameter[] = * GetPlayers_CaseInsensitive - match case insensitive * GetPlayers_ExcludeHLTV - do not include HLTV proxies * GetPlayers_IncludeConnecting - include connecting clients - * @param team String to match against if the "e" or "f" flag is specified + * @param team String to match against if the "GetPlayers_MatchTeam" or + * "GetPlayers_MatchNameSubstring" flag is specified * * @noreturn */