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({
|
||||
roomId: null,
|
||||
joinCode: null,
|
||||
gameState: 0,
|
||||
gameState: -1,
|
||||
gameOptions: {},
|
||||
players: [],
|
||||
cardDeckId: null,
|
||||
|
||||
Reference in New Issue
Block a user