From e019875da317a372abfd0e34b2c6bb6442207455 Mon Sep 17 00:00:00 2001 From: Hex Date: Fri, 2 Jan 2026 14:30:13 -0500 Subject: [PATCH] Bug Fix for Incorrect Casing --- src/Husky/Husky/HuskyUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) },