Skip to content

Commit

Permalink
Removed accidental setting added
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Aug 17, 2024
1 parent c08ed81 commit c6c2f54
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c6c2f54

Please sign in to comment.