From b31277baf005b02e37eadfa6957f98024caf94d5 Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:04:32 +0700 Subject: [PATCH] Crossfire --- components/infobox/wikis/crossfire/infobox_league_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/infobox/wikis/crossfire/infobox_league_custom.lua b/components/infobox/wikis/crossfire/infobox_league_custom.lua index ecf28d1c9c0..92251d5617a 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 = args.cfpremier + self.data.publishertier = Logic.readBool(args['cfpremier']) and 'true' or false end ---@param args table