forked from mirror/openmw-tes3mp
Force new project file when creating new project
This commit is contained in:
parent
33ceddc58b
commit
6d8666d80d
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ CSMDoc::Document::Document (const Files::ConfigurationManager& configuration,
|
|||
if (mContentFiles.empty())
|
||||
throw std::runtime_error ("Empty content file sequence");
|
||||
|
||||
if (!boost::filesystem::exists (mProjectPath))
|
||||
if (mNew || !boost::filesystem::exists (mProjectPath))
|
||||
{
|
||||
boost::filesystem::path customFiltersPath (configuration.getUserDataPath());
|
||||
customFiltersPath /= "defaultfilters";
|
||||
|
|
Loading…
Reference in a new issue