From 74720d54124c2cae9b2515f8979b3bee4db4a1f6 Mon Sep 17 00:00:00 2001 From: cosmo Date: Mon, 20 Apr 2026 16:48:50 +0200 Subject: [PATCH] remove unused action field in module.json (foundry bug) --- module.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 84009f6..3a6b938 100755 --- a/module.json +++ b/module.json @@ -61,7 +61,6 @@ "flags": {} } ], - "action": "manageModule", "relationships": { "systems": [ { @@ -71,5 +70,7 @@ } ] }, - "esmodules": ["scripts/voidborne.js"] -} + "esmodules": [ + "scripts/voidborne.js" + ] +} \ No newline at end of file