mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
Set the Variant Rules settings to GM Only (#935)
Co-authored-by: Chris Ryan <chrisr@blackhole>
This commit is contained in:
parent
6942ec7d14
commit
89e4e43026
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ const registerMenus = () => {
|
|||
hint: game.i18n.localize('DAGGERHEART.SETTINGS.Menu.variantRules.hint'),
|
||||
icon: CONFIG.DH.SETTINGS.menu.VariantRules.Icon,
|
||||
type: DhVariantRuleSettings,
|
||||
restricted: false
|
||||
restricted: true
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue