Fix: après dérobade, impossible ouvrir fiche
This commit is contained in:
parent
a7e9fc6ae4
commit
9e36804244
@ -1248,7 +1248,7 @@ export class RdDActor extends Actor {
|
|||||||
let newRencontres = rencontres.filter(it => it.coord != this.getDemiReve());
|
let newRencontres = rencontres.filter(it => it.coord != this.getDemiReve());
|
||||||
if (newRencontres.length == rencontres.length) {
|
if (newRencontres.length == rencontres.length) {
|
||||||
newRencontres.push(currentRencontre);
|
newRencontres.push(currentRencontre);
|
||||||
await this.update({ "data.reve.rencontre": newRencontres });
|
await this.update({ "data.reve.rencontre.list": newRencontres });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user