Skip to content

Commit

Permalink
Remove default mode from Ffa functions
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Hesketh2 authored Dec 24, 2024
1 parent 834d047 commit 3c09fb1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ local MatchFunctions = {
},
DEFAULT_MODE = 'team'
}
local FfaMatchFunctions = {
DEFAULT_MODE = 'solos',
}
local FfaMatchFunctions = {}
local MapFunctions = {}
local FfaMapFunctions = {}

Expand Down

0 comments on commit 3c09fb1

Please sign in to comment.