Skip to content

Commit bc51fef

Browse files
Fix: Correct 'Oblvion' typos to 'Oblivion' (#15)
1 parent 0cce99c commit bc51fef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/games/nehrim/gamenehrim.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ QList<ExecutableForcedLoadSetting> GameNehrim::executableForcedLoads() const
6666
{
6767
// TODO Search game directory for OBSE DLLs
6868
return QList<ExecutableForcedLoadSetting>()
69-
<< ExecutableForcedLoadSetting("Oblvion.exe", "obse_1_2_416.dll")
69+
<< ExecutableForcedLoadSetting("Oblivion.exe", "obse_1_2_416.dll")
7070
.withForced()
7171
.withEnabled()
7272
<< ExecutableForcedLoadSetting("TESConstructionSet.exe", "obse_editor_1_2.dll")
@@ -107,7 +107,7 @@ QList<PluginSetting> GameNehrim::settings() const
107107
void GameNehrim::initializeProfile(const QDir& path, ProfileSettings settings) const
108108
{
109109
if (settings.testFlag(IPluginGame::MODS)) {
110-
copyToProfile(localAppFolder() + "/Oblvion", path, "plugins.txt");
110+
copyToProfile(localAppFolder() + "/Oblivion", path, "plugins.txt");
111111
}
112112

113113
if (settings.testFlag(IPluginGame::CONFIGURATION)) {

0 commit comments

Comments
 (0)