mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Fix BG3 being named badlursgate3 in Game enum instead of baldursgate3
This commit is contained in:
parent
1b3d85af3c
commit
fdabeae9d1
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user