Fix BG3 being named badlursgate3 in Game enum instead of baldursgate3

This commit is contained in:
trawzified 2024-01-12 18:45:18 +01:00
parent 1b3d85af3c
commit fdabeae9d1
2 changed files with 3 additions and 3 deletions

View File

@ -54,5 +54,5 @@ public enum Game
[Description("Modding Tools")] ModdingTools, [Description("Modding Tools")] ModdingTools,
[Description("Final Fantasy VII Remake")] FinalFantasy7Remake, [Description("Final Fantasy VII Remake")] FinalFantasy7Remake,
[Description("Baldur's Gate 3")] BadlursGate3 [Description("Baldur's Gate 3")] BaldursGate3
} }

View File

@ -585,9 +585,9 @@ public static class GameRegistry
} }
}, },
{ {
Game.BadlursGate3, new GameMetaData Game.BaldursGate3, new GameMetaData
{ {
Game = Game.BadlursGate3, Game = Game.BaldursGate3,
NexusName = "baldursgate3", NexusName = "baldursgate3",
NexusGameId = 3474, NexusGameId = 3474,
MO2Name = "Baldur's Gate 3", MO2Name = "Baldur's Gate 3",