mirror of
https://github.com/kmitresse/Cards-Rush.git
synced 2026-05-13 17:11:49 +00:00
fix: devWeb - get nbPlayedGames connected users
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
|
||||
|
||||
$tdUsername.textContent = user.username;
|
||||
$tdNbPlayedGame.textContent = user.nbPlayedGame;
|
||||
$tdNbPlayedGame.textContent = user.nbPlayedGames;
|
||||
$tdNbWins.textContent = user.nbWin;
|
||||
$tdRightClick.textContent = user.rigthClickPercentRate + "%";
|
||||
$tdRapidClick.textContent = user.rapidClickPercentRate + "%";
|
||||
|
||||
Reference in New Issue
Block a user