mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-02-09 10:59:35 +00:00
Better error-logging
This commit is contained in:
@@ -571,7 +571,6 @@ function send_play(coll, socket, broadcast)
|
||||
}
|
||||
}
|
||||
} catch(e){
|
||||
console.log(e);
|
||||
if(socket) {
|
||||
if(broadcast) {
|
||||
socket.to(coll).emit("np", {});
|
||||
|
||||
Reference in New Issue
Block a user