mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 16:06:35 +00:00
Move mod caching directory log
This commit is contained in:
parent
00bd5be4d0
commit
4f03d21dea
@ -30,7 +30,6 @@ void ParseConfig(const nlohmann::json& d) {
|
|||||||
}
|
}
|
||||||
if (d.contains("CachingDirectory") && d["CachingDirectory"].is_string()) {
|
if (d.contains("CachingDirectory") && d["CachingDirectory"].is_string()) {
|
||||||
CachingDirectory = d["CachingDirectory"].get<std::string>();
|
CachingDirectory = d["CachingDirectory"].get<std::string>();
|
||||||
info("Mod caching directory: " + CachingDirectory);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (d.contains("Dev") && d["Dev"].is_boolean()) {
|
if (d.contains("Dev") && d["Dev"].is_boolean()) {
|
||||||
|
@ -43,6 +43,7 @@ int main(int argc, const char** argv) try {
|
|||||||
InitLog();
|
InitLog();
|
||||||
ConfigInit();
|
ConfigInit();
|
||||||
InitOptions(argc, argv, options);
|
InitOptions(argc, argv, options);
|
||||||
|
info("Mod caching directory: " + CachingDirectory);
|
||||||
InitLauncher();
|
InitLauncher();
|
||||||
|
|
||||||
info("IMPORTANT: You MUST keep this window open to play BeamMP!");
|
info("IMPORTANT: You MUST keep this window open to play BeamMP!");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user