Skip to content

Commit

Permalink
remove map check
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckeLucky committed Dec 22, 2024
1 parent ec05e32 commit 741a4c8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions components/match2/wikis/arenafps/match_group_input_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ function MatchFunctions.extractMaps(match, opponents)
return MatchGroupInputUtil.standardProcessMaps(match, opponents, MapFunctions)
end

---@param games table[]
---@return table[]
function MatchFunctions.removeUnsetMaps(games)
return Array.filter(games, function(map)
return map.map ~= nil
end)
end

---@param bestofInput string|integer?
---@return integer?
function MatchFunctions.getBestOf(bestofInput)
Expand Down
1 change: 0 additions & 1 deletion components/match2/wikis/autochess/match_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

local Lua = require('Module:Lua')

local DisplayHelper = Lua.import('Module:MatchGroup/Display/Helper')
local MatchSummary = Lua.import('Module:MatchSummary/Base')
local MatchSummaryWidgets = Lua.import('Module:Widget/Match/Summary/All')
local WidgetUtil = Lua.import('Module:Widget/Util')
Expand Down

0 comments on commit 741a4c8

Please sign in to comment.