Fix comment
This commit is contained in:
parent
ea055ab58b
commit
bd03d7a79b
|
@ -37,8 +37,8 @@ module.exports = class LoginServerModule extends ServerModule {
|
||||||
|
|
||||||
handleNewClient(client, clientSock, modInfo) {
|
handleNewClient(client, clientSock, modInfo) {
|
||||||
//
|
//
|
||||||
// Start tracking the client. We'll assign it an ID which is
|
// Start tracking the client. A session ID aka client ID
|
||||||
// just the index in our connections array.
|
// will be established in addNewClient() below.
|
||||||
//
|
//
|
||||||
if(_.isUndefined(client.session)) {
|
if(_.isUndefined(client.session)) {
|
||||||
client.session = {};
|
client.session = {};
|
||||||
|
|
Loading…
Reference in New Issue