From a015e91a42c1415132518f0f49beb5a70c9827fd Mon Sep 17 00:00:00 2001 From: Hesketh2 <88981446+Hesketh2@users.noreply.github.com> Date: Fri, 18 Oct 2024 21:45:31 +0700 Subject: [PATCH] fix for pubg desktop --- components/infobox/wikis/pubg/infobox_league_custom.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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