mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-03 06:16:15 +00:00
fix various commandline argument related things
This commit is contained in:
@@ -136,7 +136,6 @@ bool HTTP::Download(const std::string& IP, const std::string& Path) {
|
||||
if (File.is_open()) {
|
||||
File << Ret;
|
||||
File.close();
|
||||
std::cout << "\n";
|
||||
info("Download Complete!");
|
||||
} else {
|
||||
error("Failed to open file directory: " + Path);
|
||||
|
||||
Reference in New Issue
Block a user