diff --git a/components/match2/wikis/warcraft/match_group_input_custom.lua b/components/match2/wikis/warcraft/match_group_input_custom.lua index 197c7e5ca2..54ba385c78 100644 --- a/components/match2/wikis/warcraft/match_group_input_custom.lua +++ b/components/match2/wikis/warcraft/match_group_input_custom.lua @@ -484,7 +484,7 @@ function FfaMatchFunctions.matchIsFinished(match, opponents) return true end - return MatchFunctions.placementHasBeenSet(opponents) + return FfaMatchFunctions.placementHasBeenSet(opponents) end ---@param opponents table[]