From 85d72968c33a765983ef5e8fdcdf7075b7c5f8b2 Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Mon, 4 Nov 2019 15:09:11 -0700 Subject: [PATCH] reorder known types to not break old lists --- Wabbajack.Lib/CerasConfig.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Wabbajack.Lib/CerasConfig.cs b/Wabbajack.Lib/CerasConfig.cs index fd3b3a2e..d36794c8 100644 --- a/Wabbajack.Lib/CerasConfig.cs +++ b/Wabbajack.Lib/CerasConfig.cs @@ -16,14 +16,14 @@ namespace Wabbajack.Lib typeof(NoMatch), typeof(InlineFile), typeof(PropertyType), typeof(CleanedESM), typeof(RemappedInlineFile), typeof(FromArchive), typeof(CreateBSA), typeof(PatchedFromArchive), typeof(SourcePatch), typeof(MergedPatch), typeof(Archive), typeof(IndexedArchive), typeof(IndexedEntry), - typeof(ArchiveMeta), typeof(IndexedArchiveEntry), typeof(BSAIndexedEntry), typeof(VirtualFile), typeof(ArchiveStateObject), typeof(FileStateObject), typeof(IDownloader), typeof(IUrlDownloader), typeof(AbstractDownloadState), typeof(ManualDownloader.State), typeof(DropboxDownloader), typeof(GoogleDriveDownloader.State), typeof(HTTPDownloader.State), typeof(MegaDownloader.State), typeof(ModDBDownloader.State), typeof(NexusDownloader.State), typeof(BSAStateObject), typeof(BSAFileStateObject), typeof(BA2StateObject), typeof(BA2DX10EntryState), - typeof(BA2FileEntryState), typeof(MediaFireDownloader.State) + typeof(BA2FileEntryState), typeof(MediaFireDownloader.State), typeof(ArchiveMeta), + } }; }