Fix/enable reconnecting to existing games #15

Merged
marco merged 4 commits from simplify-connecting into master 2024-05-21 21:55:42 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 6f16a5c23b - Show all commits

View File

@ -61,7 +61,6 @@ func GetLobbyForPassphraseHandler(c *gin.Context) {
c.IndentedJSON(http.StatusOK, passphrase)
}
// TODO: this will be replaced by the JoinGameHandler()
func JoinPrivateGame(c *gin.Context) {
limiter.Take()