Version 10.7.6 - L'origine des maux de Sémolosse #640

Merged
uberwald merged 9 commits from VincentVk/foundryvtt-reve-de-dragon:v10 into v10 2023-03-31 07:22:29 +02:00
Showing only changes of commit e32a1d25f6 - Show all commits

View File

@ -110,6 +110,8 @@ export class RdDCalendrier extends Application {
this.render(true)
}
async close() { }
async onUpdateSetting(setting, update, options, id) {
if (setting.key == SYSTEM_RDD + '.' + WORLD_TIMESTAMP_SETTING) {
this.timestamp = RdDTimestamp.getWorldTime();