More logs

This commit is contained in:
David Négrier 2020-06-11 14:13:13 +02:00
parent ea30a02762
commit b1d39c4690

View file

@ -188,6 +188,7 @@ export class GameManager {
private timeoutCallback: NodeJS.Timeout|null = null;
reconnectToGameScene(lastPositionShared: PointInterface): void {
if (this.timeoutCallback !== null) {
console.log('Reconnect called but setTimeout in progress for the reconnection');
return;
}
if (this.reconnectScene === null) {