Fix: raison non utilisée

# Conflicts:
#	module/rdd-calendrier.js
This commit is contained in:
Vincent Vandemeulebrouck
2021-06-25 14:17:58 +02:00
parent 5e5e391e8d
commit c094128582
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
/* -------------------------------------------- */
async resetNombreAstraux() {
game.system.rdd.calendrier.resetNombreAstral();
await game.system.rdd.calendrier.rebuildListeNombreAstral( 'reset' );
await game.system.rdd.calendrier.rebuildListeNombreAstral();
game.system.rdd.calendrier.showAstrologieEditor();
}