Skip to content

Commit

Permalink
updaet paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Rathoz committed Dec 12, 2024
1 parent 4997d19 commit 2f39366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/match2/wikis/tft/game_summary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ local Lua = require('Module:Lua')

local MatchGroupUtil = Lua.import('Module:MatchGroup/Util')

local SummaryHelper = Lua.import('Module:MatchSummary/Ffa')
local SummaryHelper = Lua.import('Module:MatchSummary/Base/Ffa')
local MatchSummaryWidgets = Lua.import('Module:Widget/Match/Summary/Ffa/All')

---@class TftMatchGroupUtilGame: MatchGroupUtilGame
Expand Down
2 changes: 1 addition & 1 deletion components/match2/wikis/tft/match_summary_ffa.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local CustomMatchSummary = {}
local Lua = require('Module:Lua')

local MatchGroupUtil = Lua.import('Module:MatchGroup/Util')
local SummaryHelper = Lua.import('Module:MatchSummary/Ffa')
local SummaryHelper = Lua.import('Module:MatchSummary/Base/Ffa')

local MatchSummaryWidgets = Lua.import('Module:Widget/Match/Summary/Ffa/All')
local HtmlWidgets = Lua.import('Module:Widget/Html/All')
Expand Down

0 comments on commit 2f39366

Please sign in to comment.