aboutsummaryrefslogtreecommitdiff
path: root/primedev/mods/modmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'primedev/mods/modmanager.h')
-rw-r--r--primedev/mods/modmanager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/primedev/mods/modmanager.h b/primedev/mods/modmanager.h
index 7500a3d5..ace79e32 100644
--- a/primedev/mods/modmanager.h
+++ b/primedev/mods/modmanager.h
@@ -9,7 +9,7 @@
#include <filesystem>
#include <unordered_set>
-const std::string MOD_FOLDER_SUFFIX = "\\mods\\core";
+const std::string CORE_MOD_FOLDER_SUFFIX = "\\mods\\core";
const std::string THUNDERSTORE_MOD_FOLDER_SUFFIX = "\\mods\\thunderstore-legacy";
const std::string REMOTE_MOD_FOLDER_SUFFIX = "\\runtime\\remote\\mods";
const fs::path MOD_OVERRIDE_DIR = "mod";
@@ -179,7 +179,7 @@ public:
void BuildKBActionsList();
};
-fs::path GetModFolderPath();
+fs::path GetCoreModFolderPath();
fs::path GetRemoteModFolderPath();
fs::path GetThunderstoreLegacyModFolderPath();
fs::path GetCompiledAssetsPath();