diff options
Diffstat (limited to 'src/moapplication.cpp')
| -rw-r--r-- | src/moapplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/moapplication.cpp b/src/moapplication.cpp index cac60f48..4640540f 100644 --- a/src/moapplication.cpp +++ b/src/moapplication.cpp @@ -287,6 +287,7 @@ int MOApplication::setup(MOMultiProcess& multiProcess, bool forceSelect) // setting up organizer core m_core->setManagedGame(m_instance->gamePlugin()); m_core->createDefaultProfile(); + m_core->createOverwriteDirectories(); log::info("using game plugin '{}' ('{}', variant {}, steam id '{}') at {}", m_instance->gamePlugin()->gameName(), |
