mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 07:25:34 +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()) {
|
||||
CachingDirectory = d["CachingDirectory"].get<std::string>();
|
||||
info("Mod caching directory: " + CachingDirectory);
|
||||
}
|
||||
|
||||
if (d.contains("Dev") && d["Dev"].is_boolean()) {
|
||||
|
@ -43,6 +43,7 @@ int main(int argc, const char** argv) try {
|
||||
InitLog();
|
||||
ConfigInit();
|
||||
InitOptions(argc, argv, options);
|
||||
info("Mod caching directory: " + CachingDirectory);
|
||||
InitLauncher();
|
||||
|
||||
info("IMPORTANT: You MUST keep this window open to play BeamMP!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user