This commit is contained in:
Cristian Deenen
2022-09-07 04:55:51 +02:00
parent 9a7088a310
commit 631fdbcccb
3 changed files with 12 additions and 4 deletions

View File

@@ -175,7 +175,8 @@ export const registerSettings = async function() {
name: "devices",
scope: "client",
type: Object,
config: false
config: false,
default: {}
});
game.settings.registerMenu(moduleName, 'permissionConfig',{
@@ -234,7 +235,8 @@ export const registerSettings = async function() {
name: "macroArgs",
scope: "world",
type: Object,
config: false
config: false,
default: {}
});
/**