We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b60979 commit 0961023Copy full SHA for 0961023
src/pl/Config.cpp
@@ -19,7 +19,7 @@ char const* pl_mods_path = "./plugins/"; // TODO: change to mods
19
nlohmann::json config;
20
21
void loadConfig() try {
22
- auto configPath = std::filesystem::path{u8"PreloaderConfig.json"};
+ auto configPath = std::filesystem::path{u8"PreLoaderConfig.json"};
23
24
try {
25
if (std::filesystem::exists("./mods/")) { pl_mods_path = "./mods/"; } // TODO: remove when release
0 commit comments