mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-05 03:08:39 +02:00
fix: update initial gameState to -1 in sessionStore
This commit is contained in:
@ -286,7 +286,7 @@ class SessionManager {
|
|||||||
this.store.set({
|
this.store.set({
|
||||||
roomId: null,
|
roomId: null,
|
||||||
joinCode: null,
|
joinCode: null,
|
||||||
gameState: 0,
|
gameState: -1,
|
||||||
gameOptions: {},
|
gameOptions: {},
|
||||||
players: [],
|
players: [],
|
||||||
cardDeckId: null,
|
cardDeckId: null,
|
||||||
|
Reference in New Issue
Block a user