mirror of
https://github.com/ModOrganizer2/modorganizer-game_fallout4vr.git
synced 2026-07-27 13:58:47 -07:00
Merge pull request #21 from LostDragonist/loadorder
Do not create loadorder.txt when initializing profile
This commit is contained in:
@@ -97,7 +97,7 @@ QString GameFallout4VR::description() const
|
||||
|
||||
MOBase::VersionInfo GameFallout4VR::version() const
|
||||
{
|
||||
return VersionInfo(1, 5, 0, VersionInfo::RELEASE_FINAL);
|
||||
return VersionInfo(1, 6, 0, VersionInfo::RELEASE_FINAL);
|
||||
}
|
||||
|
||||
QList<PluginSetting> GameFallout4VR::settings() const
|
||||
@@ -109,7 +109,6 @@ void GameFallout4VR::initializeProfile(const QDir &path, ProfileSettings setting
|
||||
{
|
||||
if (settings.testFlag(IPluginGame::MODS)) {
|
||||
copyToProfile(localAppFolder() + "/Fallout4VR", path, "plugins.txt");
|
||||
copyToProfile(localAppFolder() + "/Fallout4VR", path, "loadorder.txt");
|
||||
}
|
||||
|
||||
if (settings.testFlag(IPluginGame::CONFIGURATION)) {
|
||||
|
||||
Reference in New Issue
Block a user