mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Disable forge by default
This commit is contained in:
parent
730cdf92e7
commit
92a911ce99
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue