Skip to content

Commit

Permalink
fix for clashofclans
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesketh2 authored Oct 18, 2024
1 parent 0cd8934 commit d665cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end

---@param args table
function CustomLeague:customParseArguments(args)
self.data.publishertier = Logic.readBool(args['supercell-sponsored']) and 'true' or nil
self.data.publishertier = Logic.readBool(args['supercell-sponsored'])
end

return CustomLeague

0 comments on commit d665cd3

Please sign in to comment.