mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 19:03:25 +00:00
format
This commit is contained in:
+7
-7
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user