Skip to content

Commit

Permalink
Crossfire
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesketh2 authored Oct 18, 2024
1 parent 6195ca4 commit b31277b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b31277b

Please sign in to comment.