Skip to content

Commit

Permalink
fix for pubg desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesketh2 authored Oct 18, 2024
1 parent ade7486 commit a015e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/infobox/wikis/pubg/infobox_league_custom.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a015e91

Please sign in to comment.