diff --git a/source/Enderal DLL/src/Main.cpp b/source/Enderal DLL/src/Main.cpp index 6263deb7c..dac717465 100644 --- a/source/Enderal DLL/src/Main.cpp +++ b/source/Enderal DLL/src/Main.cpp @@ -102,6 +102,7 @@ namespace { RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bFreebiesSeen:General")->data.b = true; if (REL::Module::get().version() >= REL::Version(1, 6, 1130, 0)) { RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bUpsellOwned:General")->data.b = true; + RE::INISettingCollection::GetSingleton()->GetSetting("bEnablePlatform:Bethesda.net")->data.b = false; } }