Skip to content

Commit

Permalink
fix(match2): wrong table used to call function from on wc3 (#5292)
Browse files Browse the repository at this point in the history
fix(match2): wrong table used to call function from
  • Loading branch information
hjpalpha authored Jan 9, 2025
1 parent db96123 commit 0e370eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ function FfaMatchFunctions.matchIsFinished(match, opponents)
return true
end

return MatchFunctions.placementHasBeenSet(opponents)
return FfaMatchFunctions.placementHasBeenSet(opponents)
end

---@param opponents table[]
Expand Down

0 comments on commit 0e370eb

Please sign in to comment.