minor fix default

This commit is contained in:
nicfreeman1209 2021-05-10 19:34:02 +01:00
parent 7fa763cd26
commit 5457a65de9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const state = () => ({
nomination: false,
votes: [],
lockedVote: 0,
votingSpeed: 500,
votingSpeed: 3000,
isVoteInProgress: false,
voteHistory: [],
markedPlayer: -1,