Updated a small part for logging

This commit is contained in:
Kasper Rynning-Tønnesen
2018-09-26 19:42:17 +02:00
parent 58bc3d138f
commit f08f63edfc
6 changed files with 16 additions and 15 deletions

View File

@@ -112,7 +112,7 @@ function chat(msg, guid, offline, socket) {
}
});
}
});
}, "place 1");
} else {
socket.emit('auth_required');
}
@@ -159,7 +159,7 @@ function all_chat(msg, guid, offline, socket) {
}
});
}
});
}, "place 2");
}
function namechange(data, guid, socket, tried, callback) {