fix bad edit

This commit is contained in:
Timothy Baldridge 2019-09-25 22:14:15 -06:00
parent a7e0f78b99
commit d894ac733e

View File

@ -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<string> SupportedArchives = new HashSet<string> {".zip", ".rar", ".7z", ".7zip", ".fomod", ".omod"};