Add leaderboard & Manager some features

This commit is contained in:
Ralex91
2024-01-31 23:27:52 +01:00
parent e122fe1078
commit 91c7644c71
11 changed files with 202 additions and 118 deletions

View File

@@ -19,6 +19,7 @@ export default function Username() {
payload: username,
})
socket.emit("player:join", { username: username, room: player.room })
router.push("/game")
}