Update the CryptApp name to DelveTourApp

This commit is contained in:
Oliver-Akins 2025-02-08 18:02:17 -07:00
parent d7661bea14
commit 18f27b15da
3 changed files with 5 additions and 5 deletions

View file

@ -5,7 +5,7 @@ export function registerMetaSettings() {
config: false,
requiresReload: false,
onChange: () => {
CONFIG.ui.crypt.render({ parts: [ `delveConditions` ]});
ui.crypt.render({ parts: [ `delveConditions` ]});
},
});
};