mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-04 14:56:24 +00:00
Compare commits
1 Commits
v2.6.2
...
fix-help-a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
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!");
|
||||||
|
|||||||
Reference in New Issue
Block a user