From 3c09fb1cb49206a3fd2110e51c3847986077b06d Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Wed, 25 Dec 2024 02:10:26 +0700 Subject: [PATCH] Remove default mode from Ffa functions Fortnite doesn't really have a permanently set mode, because they changed all the time e.g. at the time of this PR competitions is in Duos, but by 2025 they are using Trios (as non team) instead (and could changed again in future) --- components/match2/wikis/fortnite/match_group_input_custom.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/match2/wikis/fortnite/match_group_input_custom.lua b/components/match2/wikis/fortnite/match_group_input_custom.lua index 040279e381..20c116af3b 100644 --- a/components/match2/wikis/fortnite/match_group_input_custom.lua +++ b/components/match2/wikis/fortnite/match_group_input_custom.lua @@ -22,9 +22,7 @@ local MatchFunctions = { }, DEFAULT_MODE = 'team' } -local FfaMatchFunctions = { - DEFAULT_MODE = 'solos', -} +local FfaMatchFunctions = {} local MapFunctions = {} local FfaMapFunctions = {}