Forgot logging of the damn id

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-04 13:29:03 +02:00
parent b4d4e6f36f
commit 03ede41b1f

View File

@@ -3,6 +3,7 @@ var id
socket.on("id", function(id)
{
console.log(id);
if(!began)
{
socket.on(id, function(arr)