From 7bec42c4cfd2065185c7bee62ab8aa66f7f840d8 Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Fri, 14 Apr 2023 20:31:47 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20Mise=20=C3=A0=20jour=20du=20texte=20de=20?= =?UTF-8?q?l'heure=20joueurs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- module/time/rdd-calendrier.js | 1 + 1 file changed, 1 insertion(+) diff --git a/module/time/rdd-calendrier.js b/module/time/rdd-calendrier.js index b2a5e161..11f83bbe 100644 --- a/module/time/rdd-calendrier.js +++ b/module/time/rdd-calendrier.js @@ -116,6 +116,7 @@ export class RdDCalendrier extends Application { if (setting.key == SYSTEM_RDD + '.' + WORLD_TIMESTAMP_SETTING) { this.timestamp = RdDTimestamp.getWorldTime(); this.positionAiguilles() + this.render(false); Hooks.callAll(APP_ASTROLOGIE_REFRESH); } }