remove unneeded data from internal data

This commit is contained in:
IsWaffle 2023-09-21 10:54:23 -04:00
parent 84e67b9ae7
commit 3da29287d7

View File

@ -1,4 +1,5 @@
using System.Collections.Generic; using System.Collections.Generic;
using SPTInstaller.Models.Mirrors;
namespace SPTInstaller.Models; namespace SPTInstaller.Models;
@ -44,11 +45,6 @@ public class InternalData
/// </summary> /// </summary>
public string PatcherMirrorsLink { get; set; } public string PatcherMirrorsLink { get; set; }
/// <summary>
/// The release download mirrors for the patcher
/// </summary>
public List<DownloadMirror> PatcherReleaseMirrors { get; set; } = null;
/// <summary> /// <summary>
/// Whether or not a patch is needed to downgrade the client files /// Whether or not a patch is needed to downgrade the client files
/// </summary> /// </summary>