aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL')
-rw-r--r--NorthstarDLL/plugins/plugins.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/plugins/plugins.cpp b/NorthstarDLL/plugins/plugins.cpp
index 776830a6..6ccd348e 100644
--- a/NorthstarDLL/plugins/plugins.cpp
+++ b/NorthstarDLL/plugins/plugins.cpp
@@ -211,6 +211,8 @@ bool PluginManager::LoadPlugins()
return false;
}
+ fs::create_directories(GetThunderstoreModFolderPath());
+
std::vector<fs::path> paths;
pluginPath = GetNorthstarPrefix() + "/plugins";