diff --git a/components/infobox/wikis/crossfire/infobox_league_custom.lua b/components/infobox/wikis/crossfire/infobox_league_custom.lua index 92251d5617a..7113461d6b1 100644 --- a/components/infobox/wikis/crossfire/infobox_league_custom.lua +++ b/components/infobox/wikis/crossfire/infobox_league_custom.lua @@ -77,7 +77,7 @@ end ---@param args table function CustomLeague:customParseArguments(args) - self.data.publishertier = Logic.readBool(args['cfpremier']) and 'true' or false + self.data.publishertier = Logic.readBool(args.cfpremier) end ---@param args table