diff --git a/components/infobox/wikis/pubg/infobox_league_custom.lua b/components/infobox/wikis/pubg/infobox_league_custom.lua index a0b84234c01..0b20b39ff2f 100644 --- a/components/infobox/wikis/pubg/infobox_league_custom.lua +++ b/components/infobox/wikis/pubg/infobox_league_custom.lua @@ -113,7 +113,7 @@ end ---@param args table function CustomLeague:customParseArguments(args) - self.data.publishertier = args.pubgpremier + self.data.publishertier = Logic.readBool(args.pubgpremier) end ---@param args table