Fix Mise à jour du texte de l'heure joueurs

This commit is contained in:
Vincent Vandemeulebrouck 2023-04-14 20:31:47 +02:00
parent 6708dc0da9
commit 7bec42c4cf

View File

@ -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);
}
}