diff --git a/src/Husky/Husky/HuskyUtil.cs b/src/Husky/Husky/HuskyUtil.cs index 28df0b3..0224cc8 100644 --- a/src/Husky/Husky/HuskyUtil.cs +++ b/src/Husky/Husky/HuskyUtil.cs @@ -35,7 +35,7 @@ public class HuskyUtil /// /// Game Addresses & Methods (Asset DB and Asset Pool Sizes) (Some are relative due to ASLR) /// - static Dictionary Games = new Dictionary() + static Dictionary Games = new Dictionary(StringComparer.OrdinalIgnoreCase) { // Call of Duty: World At War { "CoDWaWmp", new GameDefinition(0x8D0958, 0x8D06E8, "mp", WorldatWar.ExportBSPData) },