- fix uri now show beammp launcher prompt

This commit is contained in:
Anonymous-275
2023-09-02 00:55:58 +01:00
parent 6e7803357a
commit 5d1aee98a1
5 changed files with 39 additions and 29 deletions

View File

@@ -56,7 +56,7 @@ void Launcher::LoadConfig(const fs::path& conf) { // check if json (issue)
tml.close();
LoadConfig(conf);
} else LOG(ERROR) << "Failed to create config file";
} else LOG(ERROR) << "Failed to create config file " << conf;
}
}