Change oblivion's game name to Oblivion

This commit is contained in:
Timothy Baldridge 2019-10-02 16:45:42 -06:00
parent 47676aa069
commit 192dfa1331
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
### Changelog
#### Version 0.9.5 - ???
* Nothing Yet
* Set Oblivion's MO2 names to `Oblivion` not `oblivion`
#### Version 0.9.4 - 10/2/2019
* Point github icon to https://github.com/wabbajack-tools/wabbajack

View File

@ -48,8 +48,8 @@ namespace Wabbajack.Common
{
Game = Game.Oblivion,
NexusName = "oblivion",
MO2Name = "oblivion",
MO2ArchiveName = "oblivion",
MO2Name = "Oblivion",
MO2ArchiveName = "Oblivion",
GameLocationRegistryKey = @"HKEY_LOCAL_MACHINE\SOFTWARE\Bethesda Softworks\Oblivion"
}
},