From 0accd5545d5b97c6c749f7bdcd482e08473ac5b7 Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:26:50 +0700 Subject: [PATCH] fix for fortnite --- components/infobox/wikis/fortnite/infobox_league_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/infobox/wikis/fortnite/infobox_league_custom.lua b/components/infobox/wikis/fortnite/infobox_league_custom.lua index cce77203a22..7517bf1c535 100644 --- a/components/infobox/wikis/fortnite/infobox_league_custom.lua +++ b/components/infobox/wikis/fortnite/infobox_league_custom.lua @@ -49,7 +49,7 @@ end ---@param args table function CustomLeague:customParseArguments(args) - self.data.publishertier = args.epicpremier + self.data.publishertier = Logic.readBool(args.epicpremier) end ---@param args table