Fix: après dérobade, impossible ouvrir fiche

This commit is contained in:
Vincent Vandemeulebrouck 2021-04-17 21:03:27 +02:00
parent a7e9fc6ae4
commit 9e36804244

View File

@ -1248,7 +1248,7 @@ export class RdDActor extends Actor {
let newRencontres = rencontres.filter(it => it.coord != this.getDemiReve());
if (newRencontres.length == rencontres.length) {
newRencontres.push(currentRencontre);
await this.update({ "data.reve.rencontre": newRencontres });
await this.update({ "data.reve.rencontre.list": newRencontres });
}
}