mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00:00
Merge remote branch 'upstream/master'
This commit is contained in:
commit
436152dd0e
@ -27,6 +27,8 @@ ConfigurationManager::ConfigurationManager()
|
||||
{
|
||||
setupTokensMapping();
|
||||
|
||||
boost::filesystem::create_directories(mFixedPath.getUserPath());
|
||||
|
||||
mPluginsCfgPath = mFixedPath.getLocalPath() / pluginsCfgFile;
|
||||
if (!boost::filesystem::is_regular_file(mPluginsCfgPath))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user