mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated a small part for logging
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user