From d894ac733e8ad1d5c4091f1957b5894d6f9d5c1e Mon Sep 17 00:00:00 2001 From: Timothy Baldridge Date: Wed, 25 Sep 2019 22:14:15 -0600 Subject: [PATCH] fix bad edit --- Wabbajack.Common/Consts.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Wabbajack.Common/Consts.cs b/Wabbajack.Common/Consts.cs index a2e128c7..90c99800 100644 --- a/Wabbajack.Common/Consts.cs +++ b/Wabbajack.Common/Consts.cs @@ -11,6 +11,7 @@ namespace Wabbajack.Common public static string LOOTFolderFilesDir = "LOOT Config Files"; public static string ModListMagic = "Celebration!, Cheese for Everyone!"; public static string BSACreationDir = "TEMP_BSA_FILES"; + public static string MegaPrefix = "https://mega.nz/#!"; public static HashSet SupportedArchives = new HashSet {".zip", ".rar", ".7z", ".7zip", ".fomod", ".omod"};