mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
lint
This commit is contained in:
parent
0c3cf1bf95
commit
ace24ba60d
2 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ const mutations = {
|
|||
claimSeat: set("claimedSeat"),
|
||||
distributeRoles: set("isRolesDistributed"),
|
||||
revealPlayer(state) {
|
||||
state.isRevealPlayerOK = true;
|
||||
state.isRevealPlayerOK = true;
|
||||
},
|
||||
setSessionId(state, sessionId) {
|
||||
state.sessionId = sessionId
|
||||
|
|
|
@ -639,7 +639,7 @@ class LiveSession {
|
|||
*/
|
||||
distributeRoles() {
|
||||
if (this._isSpectator) return;
|
||||
this._store.state.session.isRevealPlayerOK = false;
|
||||
this._store.state.session.isRevealPlayerOK = false;
|
||||
const message = {};
|
||||
this._store.state.players.players.forEach((player, index) => {
|
||||
if (player.id && player.role) {
|
||||
|
|
Loading…
Add table
Reference in a new issue