- add new request for start game in tournament
    - fix some bug with style
This commit is contained in:
Kum1ta
2024-10-02 13:50:54 +02:00
parent eb6b2c8ada
commit aab0b9397c
7 changed files with 33 additions and 9 deletions

View File

@ -6,7 +6,7 @@
/* By: edbernar <edbernar@student.42angouleme. +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/19 23:08:31 by edbernar #+# #+# */
/* Updated: 2024/10/01 00:21:50 by edbernar ### ########.fr */
/* Updated: 2024/10/02 13:34:58 by edbernar ### ########.fr */
/* */
/* ************************************************************************** */
@ -111,7 +111,7 @@ class ProfilPage
CN.new("Invitation", `Can't invite ${userInfo.username} (offline)`)
else
{
pageRenderer.changePage("waitingGamePage", false, {username: userInfo.username, id: userInfo.id});
pageRenderer.changePage("waitingGamePage", false, {username: userInfo.username, id: userInfo.id, isTournament: false});
}
});
}