Changing default vote duration (#71)

This commit is contained in:
MRegnard 2023-06-21 21:57:37 +02:00 committed by GitHub
parent b5da42e808
commit c1f588651b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -2,6 +2,11 @@
======
### Version 3.11.3
Changing default vote duration (3s -> 1s)
---
### Version 3.11.2
Various corrections in the french version

View file

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