diff options
Diffstat (limited to 'apps/website/src/pages/mods.astro')
-rw-r--r-- | apps/website/src/pages/mods.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/website/src/pages/mods.astro b/apps/website/src/pages/mods.astro index 69e57f9..5a9b303 100644 --- a/apps/website/src/pages/mods.astro +++ b/apps/website/src/pages/mods.astro @@ -89,7 +89,7 @@ const modrinthUrl = `https://modrinth.com/${modrinthType}/${modrinthId}`; `public class MyConfig { @Switch( name = "Sub Switch", - type = OptionType.SWITCH + category = "General" ) public static boolean subSwitch = false; |