diff --git a/components/infobox/wikis/clashofclans/infobox_league_custom.lua b/components/infobox/wikis/clashofclans/infobox_league_custom.lua index aa09e06f0b8..d549cddaa74 100644 --- a/components/infobox/wikis/clashofclans/infobox_league_custom.lua +++ b/components/infobox/wikis/clashofclans/infobox_league_custom.lua @@ -60,7 +60,7 @@ end ---@param args table function CustomLeague:customParseArguments(args) - self.data.publishertier = Logic.readBool(args['supercell-sponsored']) and 'true' or nil + self.data.publishertier = Logic.readBool(args['supercell-sponsored']) end return CustomLeague