From a8525ffd2b9a10e88a5de36ffafa8dc31fbbc38b Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:47:19 +0700 Subject: [PATCH] Update match_group_input_custom.lua --- .../match2/wikis/marvelrivals/match_group_input_custom.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/match2/wikis/marvelrivals/match_group_input_custom.lua b/components/match2/wikis/marvelrivals/match_group_input_custom.lua index aebfa449d0..2733c5541e 100644 --- a/components/match2/wikis/marvelrivals/match_group_input_custom.lua +++ b/components/match2/wikis/marvelrivals/match_group_input_custom.lua @@ -6,15 +6,10 @@ -- Please see https://github.com/Liquipedia/Lua-Modules to contribute -- -local Array = require('Module:Array') -local Logic = require('Module:Logic') local Lua = require('Module:Lua') -local Variables = require('Module:Variables') local MatchGroupInputUtil = Lua.import('Module:MatchGroup/Input/Util') -local DEFAULT_BESTOF = 3 - local CustomMatchGroupInput = {} local MatchFunctions = {} local MapFunctions = {}