This commit is contained in:
Scott Anderson
2025-08-24 21:32:32 -04:00
parent eaefecb00f
commit 809d60ff58
95 changed files with 1385 additions and 1424 deletions
+7 -7
View File
@@ -471,18 +471,18 @@ class Client {
this.gameStop = joinLobby(
this.eventBus,
{
gameID: lobby.gameID,
serverConfig: config,
pattern: this.userSettings.getSelectedPattern(),
clientID: getClientID(lobby.gameID),
flag:
this.flagInput === null || this.flagInput.getCurrentFlag() === "xx"
? ""
: this.flagInput.getCurrentFlag(),
playerName: this.usernameInput?.getCurrentUsername() ?? "",
token: getPlayToken(),
clientID: getClientID(lobby.gameID),
gameStartInfo: lobby.gameStartInfo ?? lobby.gameRecord?.info,
gameID: lobby.gameID,
gameRecord: lobby.gameRecord,
gameStartInfo: lobby.gameStartInfo ?? lobby.gameRecord?.info,
pattern: this.userSettings.getSelectedPattern(),
playerName: this.usernameInput?.getCurrentUsername() ?? "",
serverConfig: config,
token: getPlayToken(),
},
() => {
console.log("Closing modals");