mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-12-01 03:24:28 +01: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