added a bunch of buzzers

This commit is contained in:
Samuel Kent
2024-03-27 23:21:42 +11:00
parent d03d5b0fd9
commit 6a401d6c1b
36 changed files with 13 additions and 10 deletions
-1
View File
@@ -94,7 +94,6 @@ io.on("connection", (socket) => {
teamName: teamName,
buzzerId: buzzerId
}
console.log(userInfo);
io.emit("userInfoToClient", userInfo);
});