From eabac47fe0eeea3ee6ea683011b10153a6a531a5 Mon Sep 17 00:00:00 2001 From: LuckeLucky <43279191+LuckeLucky@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:00:47 +0000 Subject: [PATCH] Update components/match2/commons/match_group_util.lua Co-authored-by: hjpalpha <75081997+hjpalpha@users.noreply.github.com> --- components/match2/commons/match_group_util.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/match2/commons/match_group_util.lua b/components/match2/commons/match_group_util.lua index 59b0abd724..73e321fce2 100644 --- a/components/match2/commons/match_group_util.lua +++ b/components/match2/commons/match_group_util.lua @@ -207,7 +207,7 @@ MatchGroupUtil.types.Walkover = TypeUtil.literalUnion('l', 'ff', 'dq') ---@field map string? ---@field mapDisplayName string? ---@field mode string? ----@field opponents {status: string?, score: number, players: table[] }[] +---@field opponents {status: string?, score: number?, players: table[]}[] ---@field participants table ---@field resultType ResultType? ---@field scores number[]