Fix pour montée TMR en double

This commit is contained in:
2021-05-24 09:35:49 +02:00
parent 0c092b9099
commit 47ae157781
2 changed files with 6 additions and 0 deletions

View File

@@ -206,6 +206,7 @@ export class RdDTMRDialog extends Dialog {
if (!this.viewOnly) {
this._tellToGM(this.actor.name + " a quitté les terres médianes");
}
this.isClosed = true;
}