From 46bdc63e46b1c69b0ccb79509d79c699ff399370 Mon Sep 17 00:00:00 2001 From: LivelyDismay <56733998+LivelyDismay@users.noreply.github.com> Date: Mon, 4 Nov 2019 12:57:19 -0500 Subject: [PATCH] Update Consts.cs Change uppercase to lowercase on two esm names to match vanilla file names. --- Wabbajack.Common/Consts.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Wabbajack.Common/Consts.cs b/Wabbajack.Common/Consts.cs index 4aa71c9a..216b13eb 100644 --- a/Wabbajack.Common/Consts.cs +++ b/Wabbajack.Common/Consts.cs @@ -59,8 +59,8 @@ namespace Wabbajack.Common "DLCRobot.esm", "DLCworkshop01.esm", "DLCCoast.esm", - "DLCWorkshop02.esm", - "DLCWorkshop03.esm", + "DLCworkshop02.esm", + "DLCworkshop03.esm", "DLCNukaWorld.esm", "DLCUltraHighResolution.esm" @@ -83,4 +83,4 @@ namespace Wabbajack.Common public static TimeSpan NexusCacheExpiry = new TimeSpan(1, 0, 0, 0); } -} \ No newline at end of file +}