Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ authored Aug 13, 2023
1 parent a597480 commit b033877
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions scripts/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,12 @@ Hooks.on("init", () => {
},
type: Number,
});

});
game.settings.register("pf2e-rpg-numbers", "show-only-GM", {
name: game.i18n.localize("pf2e-rpg-numbers.module-settings.show-only-GM.name"),
hint: game.i18n.localize("pf2e-rpg-numbers.module-settings.show-only-GM.hint"),
scope: "world",
config: true,
default: false,
type: Boolean,
});
});

0 comments on commit b033877

Please sign in to comment.