Meilleure gestion de la mise
This commit is contained in:
parent
830b60ae30
commit
34040cb6d3
|
@ -7,4 +7,4 @@ public/mots/**
|
|||
node_modules/
|
||||
ts/mots/listeMotsATrouver.ts
|
||||
ts/mots/listeMotsProposables.*
|
||||
cron.prod.sh
|
||||
cron.*.sh
|
||||
|
|
|
@ -44,7 +44,7 @@ export default class Gestionnaire {
|
|||
|
||||
this._idPartieEnCours = this.getIdPartie(partieEnCours);
|
||||
|
||||
if (this._idPartieEnCours !== partieEnCours.idPartie) {
|
||||
if (this._idPartieEnCours !== partieEnCours.idPartie && partieEnCours.idPartie !== undefined) {
|
||||
partieEnCours = new PartieEnCours();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue