forked from teamnwah/openmw-tes3coop
Merge remote branch 'upstream/master'
This commit is contained in:
commit
436152dd0e
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ ConfigurationManager::ConfigurationManager()
|
||||||
{
|
{
|
||||||
setupTokensMapping();
|
setupTokensMapping();
|
||||||
|
|
||||||
|
boost::filesystem::create_directories(mFixedPath.getUserPath());
|
||||||
|
|
||||||
mPluginsCfgPath = mFixedPath.getLocalPath() / pluginsCfgFile;
|
mPluginsCfgPath = mFixedPath.getLocalPath() / pluginsCfgFile;
|
||||||
if (!boost::filesystem::is_regular_file(mPluginsCfgPath))
|
if (!boost::filesystem::is_regular_file(mPluginsCfgPath))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue