mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
Changing default vote duration (#71)
This commit is contained in:
parent
b5da42e808
commit
c1f588651b
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
======
|
======
|
||||||
|
|
||||||
|
### Version 3.11.3
|
||||||
|
Changing default vote duration (3s -> 1s)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Version 3.11.2
|
### Version 3.11.2
|
||||||
Various corrections in the french version
|
Various corrections in the french version
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ const state = () => ({
|
||||||
nomination: false,
|
nomination: false,
|
||||||
votes: [],
|
votes: [],
|
||||||
lockedVote: 0,
|
lockedVote: 0,
|
||||||
votingSpeed: 3000,
|
votingSpeed: 1000,
|
||||||
isVoteInProgress: false,
|
isVoteInProgress: false,
|
||||||
voteHistory: [],
|
voteHistory: [],
|
||||||
markedPlayer: -1,
|
markedPlayer: -1,
|
||||||
|
|
Loading…
Add table
Reference in a new issue