mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
Remove comments
This commit is contained in:
@@ -38,7 +38,6 @@ const Manager = {
|
||||
io.to(player.id).emit("game:kick")
|
||||
io.to(game.manager).emit("manager:playerKicked", player.id)
|
||||
|
||||
// Emit updated total players to all clients in the room
|
||||
io.to(game.room).emit("game:totalPlayers", game.players.length)
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user