mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Merge pull request #147 from erri120/ignore-case-esm
Made string comparisons for GameESMs case insenitive
This commit is contained in:
commit
df74b34754
@ -46,7 +46,7 @@ namespace Wabbajack.Common
|
||||
|
||||
public static string AppName = "Wabbajack";
|
||||
|
||||
public static HashSet<string> GameESMs = new HashSet<string>
|
||||
public static HashSet<string> GameESMs = new HashSet<string>(StringComparer.OrdinalIgnoreCase)
|
||||
{
|
||||
// Skyrim LE/SE
|
||||
"Skyrim.esm",
|
||||
|
Loading…
Reference in New Issue
Block a user