remove unused action field in module.json (foundry bug)
This commit is contained in:
parent
04447d3ab5
commit
74720d5412
1 changed files with 4 additions and 3 deletions
|
|
@ -61,7 +61,6 @@
|
||||||
"flags": {}
|
"flags": {}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"action": "manageModule",
|
|
||||||
"relationships": {
|
"relationships": {
|
||||||
"systems": [
|
"systems": [
|
||||||
{
|
{
|
||||||
|
|
@ -71,5 +70,7 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"esmodules": ["scripts/voidborne.js"]
|
"esmodules": [
|
||||||
|
"scripts/voidborne.js"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue