Skip to content

Commit

Permalink
increase max votes
Browse files Browse the repository at this point in the history
  • Loading branch information
Distortions81 committed Dec 4, 2023
1 parent c98114c commit ab7a002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const (
VoteCooldown = 5 /* Vote cooldown */
VoteExpire = 6 /* Vote expires after this number of hours */
MaxVoteChanges = 2 /* Max number of times a player can change their vote */
MaxVotesPerMap = 4 /* Max number of votes per map */
MaxVotesPerMap = 10 /* Max number of votes per map */
MaxMapResults = 25 /* 25 is Discord max 6/2022, we add one to list for 'new' */
MaxFullMapResults = 500

Expand Down

0 comments on commit ab7a002

Please sign in to comment.