Skip to content

Commit

Permalink
update socket/src/main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianjnuwu committed Jan 11, 2025
1 parent eb7d9db commit f007994
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions socket/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ io.on("connection", (socket) => {
if (player) {
player.player_data.cookies = cookies;
console.log(`Player "${room_player}" in room "${room_code}" updated cookies to ${cookies}.`);
} else {
socket.emit("err_socket", { err_socket: "PLAYER_NOT_FOUND" });
}
});
});
Expand Down

0 comments on commit f007994

Please sign in to comment.