From fc21154461c357e5deb0dd5c6adb7594e61f192b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Freesn=C3=B6w?= Date: Mon, 29 Dec 2025 11:52:35 -0500 Subject: [PATCH] Fix typo in manifest.json key --- ExampleBlishhudModule/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ExampleBlishhudModule/manifest.json b/ExampleBlishhudModule/manifest.json index 7a37887..db1ba68 100644 --- a/ExampleBlishhudModule/manifest.json +++ b/ExampleBlishhudModule/manifest.json @@ -23,7 +23,7 @@ ], "directories": [ "example-module-data" ], - "enabled_without_gw2": false, + "enable_without_gw2": false, "api_permissions": { "account": { @@ -67,4 +67,4 @@ "details": "This will be shown as tooltip in the module settings for the api permissions. Explain here to the user why the permission is necessary for your module" } } -} \ No newline at end of file +}