From 3da29287d7e59d229945677c5620425fc1a97435 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Thu, 21 Sep 2023 10:54:23 -0400 Subject: [PATCH] remove unneeded data from internal data --- SPTInstaller/Models/InternalData.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/SPTInstaller/Models/InternalData.cs b/SPTInstaller/Models/InternalData.cs index 3f9f423..e81a2b7 100644 --- a/SPTInstaller/Models/InternalData.cs +++ b/SPTInstaller/Models/InternalData.cs @@ -1,4 +1,5 @@ using System.Collections.Generic; +using SPTInstaller.Models.Mirrors; namespace SPTInstaller.Models; @@ -44,11 +45,6 @@ public class InternalData /// public string PatcherMirrorsLink { get; set; } - /// - /// The release download mirrors for the patcher - /// - public List PatcherReleaseMirrors { get; set; } = null; - /// /// Whether or not a patch is needed to downgrade the client files ///