diff --git a/scripts/settings.js b/scripts/settings.js index d1b67f1..419c0dc 100644 --- a/scripts/settings.js +++ b/scripts/settings.js @@ -79,15 +79,6 @@ export function registerSettings() { } ); - game.settings.register(MODULE_ID, key, { - name: game.i18n.localize(`${MODULE_ID}.module-settings.${key}.name`), - hint: game.i18n.localize(`${MODULE_ID}.module-settings.${key}.hint`), - scope: "player", - config: true, - default: false, - type: boolean - }); - // Register settings for different scopes (world and player) ["world", "player"].forEach((scope) => { const isPlayerScope = scope === "player";