Update Consts.cs

Change uppercase to lowercase on two esm names to match vanilla file names.
This commit is contained in:
LivelyDismay 2019-11-04 12:57:19 -05:00 committed by GitHub
parent 2c96d08828
commit 46bdc63e46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}
}
}