Enforce bEnablePlatform=false via DLL
This commit is contained in:
parent
99c0c4bdbc
commit
8b7b1084c0
@ -102,6 +102,7 @@ namespace {
|
|||||||
RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bFreebiesSeen:General")->data.b = true;
|
RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bFreebiesSeen:General")->data.b = true;
|
||||||
if (REL::Module::get().version() >= REL::Version(1, 6, 1130, 0)) {
|
if (REL::Module::get().version() >= REL::Version(1, 6, 1130, 0)) {
|
||||||
RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bUpsellOwned:General")->data.b = true;
|
RE::INIPrefSettingCollection::GetSingleton()->GetSetting("bUpsellOwned:General")->data.b = true;
|
||||||
|
RE::INISettingCollection::GetSingleton()->GetSetting("bEnablePlatform:Bethesda.net")->data.b = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user