mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Forgot logging of the damn id
This commit is contained in:
@@ -3,6 +3,7 @@ var id
|
||||
|
||||
socket.on("id", function(id)
|
||||
{
|
||||
console.log(id);
|
||||
if(!began)
|
||||
{
|
||||
socket.on(id, function(arr)
|
||||
|
||||
Reference in New Issue
Block a user