Bugfix : Bt in xp tab, Gm monitor render and combat with null

This commit is contained in:
Vlyan
2022-02-11 14:26:17 +01:00
parent 01d14dc580
commit 3dfee20484
4 changed files with 11 additions and 5 deletions

View File

@@ -330,6 +330,7 @@ export class GmMonitor extends FormApplication {
}
if (!foundry.utils.isObjectEmpty(updateData)) {
await actor.update(updateData);
this.render(false);
}
}