diff --git a/MinecraftClient/Settings.cs b/MinecraftClient/Settings.cs index 4407f937..be3e711d 100644 --- a/MinecraftClient/Settings.cs +++ b/MinecraftClient/Settings.cs @@ -525,7 +525,7 @@ namespace MinecraftClient public string MinecraftVersion = "auto"; [TomlInlineComment("$Main.Advanced.mc_forge$")] - public ForgeConfigType EnableForge = ForgeConfigType.auto; + public ForgeConfigType EnableForge = ForgeConfigType.no; [TomlInlineComment("$Main.Advanced.brand_info$")] public BrandInfoType BrandInfo = BrandInfoType.mcc;