From 11681826d80b4b6dc723487c08c57688dbff8c04 Mon Sep 17 00:00:00 2001 From: connorgmeean Date: Wed, 21 Sep 2022 19:52:43 +1000 Subject: [PATCH] fix(core): Fix accidentally enabled gdscript by default --- modules.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules.lua b/modules.lua index 943ea4b..84ec438 100644 --- a/modules.lua +++ b/modules.lua @@ -61,7 +61,7 @@ return { "python", -- "bash", -- "fish", - "gdscript", + -- "gdscript", -- "gdscript", -- "php",