fastify.log.info done

This commit is contained in:
NigeParis 2026-01-05 15:30:29 +01:00 committed by Maix0
parent 69ba60b03d
commit b69a452810
13 changed files with 82 additions and 118 deletions

View file

@ -95,7 +95,6 @@ export class StateI {
socket.on('debugInfo', () => this.debugSocket(socket));
socket.on('gameMove', (e) => this.gameMove(socket, e));
if (socket) {console.log('Socket:', socket.id);};
}
private updateClient(socket: SSocket): void {