Hide the preventUserConfigOpen setting from GMs (closes #19)
This commit is contained in:
parent
dacb2e3046
commit
b3119f5287
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"preventUserConfigOpen": {
|
||||
"name": "Prevent Auto User Config",
|
||||
"hint": "(v13+) Prevents Foundry from opening the User Configuration when a player loads into the world."
|
||||
"hint": "(v13+, Non-GMs) Prevents Foundry from opening the User Configuration when a player loads into the world."
|
||||
},
|
||||
"repositionHotbar": {
|
||||
"name": "Reposition Hotbar",
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export function preventUserConfigOpen() {
|
|||
scope: `user`,
|
||||
type: Boolean,
|
||||
default: false,
|
||||
config: true,
|
||||
config: !game.user.isGM,
|
||||
requiresReload: false,
|
||||
});
|
||||
// #endregion Registration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue