improve on connection logging

This commit is contained in:
Elijah R
2024-05-27 00:10:56 -04:00
parent 8add016b60
commit 565bf7d9b5
2 changed files with 2 additions and 1 deletions

View File

@@ -147,6 +147,6 @@ export default class WSServer extends EventEmitter implements NetworkServer {
ws.close();
});
this.logger.Info(`Connect from ${user.IP.address}`);
this.logger.Info(`New WebSocket connection from ${user.IP.address}`);
}
}