Evan Chen
Evan Chen
Not sure what you mean. The relevant lines are ``` restartButton.on("click tap", () => { if ( globals.options.speedrun || debug.amTestUser(globals.metadata.ourUsername) || globals.lobby.totalGames >= 1000 ) { globals.lobby.conn!.send("tableRestart", { tableID: globals.lobby.tableID,...
Oh I thought that referred to the number of games in the lobby rather than number of games played by the player! Sorry, that's my mistake. Yeah, let's remove the...
> i am afraid that any changes to command_restart.go will deadlock the server. > is it okay if we wait a week or so for me to finish rewriting the...
> Does it still work if someone left, remaking it with whoever remains? It didn't before, but that's a good idea; I'll remove that check for the "remake table" option...
@Zamiell is there any chance this could get merged while waiting on channels, or is there still a concern about server deadlocks? Fine if the latter is the case; just...
Okie, understand. Nothing needed on my end for now, I assume?
Brought up to date since this was mentioned in #2673
> for speedrunners, will the box still appear? No.
https://github.com/gisymon/hanabi-live/pull/1 to pass lint
> @vEnhance do you wanna fix the conflicts Fixed conflicts in #2675