From e4775cf4392f720a7636b694f8f4229a76903ae4 Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:39:56 +0700 Subject: [PATCH] fix for brawlstars --- components/infobox/wikis/brawlstars/infobox_league_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/infobox/wikis/brawlstars/infobox_league_custom.lua b/components/infobox/wikis/brawlstars/infobox_league_custom.lua index a091d053e76..ed21aac4636 100644 --- a/components/infobox/wikis/brawlstars/infobox_league_custom.lua +++ b/components/infobox/wikis/brawlstars/infobox_league_custom.lua @@ -77,7 +77,7 @@ end ---@param args table function CustomLeague:customParseArguments(args) - self.data.publishertier = args['supercell-sponsored'] + self.data.publishertier = Logic.readBool(args['supercell-sponsored']) end ---@param args table