remove allow extras from option -> controlled by update config

This commit is contained in:
2024-06-20 22:40:19 +02:00
parent ee46f7272e
commit 87cfacfdbb
4 changed files with 3 additions and 4 deletions

View File

@@ -8,6 +8,7 @@ public class ModpackConfig
public string Name { get; set; }
public string UpdateUrl { get; set; }
public string InstallUrl { get; set; }
public bool IncludeExtras { get; set; }
[JsonIgnore]
public string ConfigUrl { get; set; }