File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
107107void 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 )) {
You can’t perform that action at this time.
0 commit comments