From 1b93b3d0ead4713bdf835c525ec333686707e8df Mon Sep 17 00:00:00 2001 From: Phireh Date: Tue, 31 Dec 2024 14:54:56 +0100 Subject: [PATCH] Fix name quotation --- module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module.json b/module.json index d8f8825..da81305 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "bae", "title": "Better area effects", "description": "Bullet hell mechanics for everyone.", - "authors:": [ { name: "Phireh" } ], + "authors:": [ { "name": "Phireh" } ], "version": "1", "minimumCoreVersion": "12.331", }